(svn r23368) -Codechange: move FindLibrary down a few layers, so there is no layer violation anymore

This commit is contained in:
truebrain
2011-11-29 23:27:08 +00:00
parent fe41ceb477
commit 275670b55d
4 changed files with 16 additions and 2 deletions

View File

@@ -27,6 +27,7 @@ public:
void Initialize(class AIInfo *info);
/* virtual */ int GetSetting(const char *name);
/* virtual */ ScriptInfo *FindLibrary(const char *library, int version);
private:
const char *versionAPI; ///< Current API used by this script.