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

Method Configure

bwapi/BWAPI_PluginInjector/mpqdraft.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35BOOL WINAPI MPQDraftPluginInterface::Configure(HWND /*parentwindow*/)
36{
37 return RunConfig() ? TRUE : FALSE;
38}
39
40BOOL WINAPI MPQDraftPluginInterface::ReadyForPatch()
41{ //Right before it opens up SC, checks for panic?

Callers

nothing calls this directly

Calls 1

RunConfigFunction · 0.85

Tested by

no test coverage detected