MCPcopy Create free account
hub / github.com/bwapi/bwapi / newAIModule

Function newAIModule

bwapi/BWScriptEmulator/Dll.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21extern "C" __declspec(dllexport) BWAPI::AIModule* newAIModule()
22{
23 return new BWScriptEmulator();
24}

Callers 2

initializeAIModuleMethod · 0.50
mainFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected