All static information from an Game library like name, version, etc. More...
#include <game_info.hpp>
Public Member Functions | |
const char * | GetCategory () const |
Get the category this library is in. | |
Static Public Member Functions | |
static void | RegisterAPI (Squirrel *engine) |
Register the functions of this class. | |
static SQInteger | Constructor (HSQUIRRELVM vm) |
Create an GSLibrary, using this GSInfo as start-template. | |
Private Attributes | |
const char * | category |
The category this library is in. |
All static information from an Game library like name, version, etc.
Definition at line 53 of file game_info.hpp.