(svn r23606) -Add: GameScanner, to auto-detect game scripts, and wire it in the console
This commit is contained in:
@@ -21,8 +21,9 @@ public:
|
||||
|
||||
/**
|
||||
* Initialize the script and prepare it for its first run.
|
||||
* @param info The GameInfo to start.
|
||||
*/
|
||||
void Initialize();
|
||||
void Initialize(class GameInfo *info);
|
||||
|
||||
/* virtual */ int GetSetting(const char *name);
|
||||
/* virtual */ ScriptInfo *FindLibrary(const char *library, int version);
|
||||
|
Reference in New Issue
Block a user