(svn r23606) -Add: GameScanner, to auto-detect game scripts, and wire it in the console

This commit is contained in:
truebrain
2011-12-19 20:55:56 +00:00
parent 14325e2391
commit 17fea560ba
18 changed files with 608 additions and 11 deletions

View File

@@ -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);