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