Implementation of GameInfo. More...
#include "../stdafx.h"
#include "../script/squirrel_helper.hpp"
#include "../script/squirrel_class.hpp"
#include "game_info.hpp"
#include "game_scanner.hpp"
#include "../settings_type.h"
#include "../debug.h"
#include "../rev.h"
#include "game.hpp"
Go to the source code of this file.
Functions | |
static bool | CheckAPIVersion (const char *api_version) |
Check if the API version provided by the Game is supported. | |
template<> | |
const char * | GetClassName< GameInfo, ST_GS > () |
Implementation of GameInfo.
Definition in file game_info.cpp.
static bool CheckAPIVersion | ( | const char * | api_version | ) | [static] |
Check if the API version provided by the Game is supported.
api_version | The API version as provided by the Game. |
Definition at line 27 of file game_info.cpp.
Referenced by GameInfo::Constructor().