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

Function newTournamentAI

bwapi/ExampleTournamentModule/Source/Dll.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13extern "C" __declspec(dllexport) BWAPI::AIModule* newTournamentAI()
14{
15 return new ExampleTournamentAI();
16}
17
18 extern "C" __declspec(dllexport) BWAPI::TournamentModule* newTournamentModule()
19{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected