Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
initializeTournamentModule
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected