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

Function newTournamentModule

bwapi/ExampleTournamentModule/Source/Dll.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18 extern "C" __declspec(dllexport) BWAPI::TournamentModule* newTournamentModule()
19{
20 return new ExampleTournamentModule();
21}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected