File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2929#include " ExternalAI/Interface/SSkirmishAILibrary.h"
3030#include " ExternalAI/Interface/SSkirmishAICallback.h"
3131#include " LegacyCpp/AIAI.h"
32- #include " Game/GameVersion.h"
32+ // #include "Game/GameVersion.h"
3333
3434// E323AI stuff
3535#include " AIExport.h"
@@ -47,7 +47,7 @@ static const char* aiVersion = NULL;
4747static std::map<int , const struct SSkirmishAICallback *> skirmishAIId_callback;
4848
4949
50-
50+ /*
5151EXPORT(enum LevelOfSupport) getLevelOfSupportFor(
5252const char* aiShortName, const char* aiVersion,
5353const char* engineVersionString, int engineVersionNumber,
@@ -62,6 +62,7 @@ EXPORT(enum LevelOfSupport) getLevelOfSupportFor(
6262
6363return LOS_None;
6464}
65+ */
6566
6667EXPORT (int ) init(int skirmishAIId, const struct SSkirmishAICallback * callback) {
6768
You can’t perform that action at this time.
0 commit comments