| 38 | // Functions called by BWLauncher |
| 39 | // |
| 40 | extern "C" __declspec(dllexport) bool OpenConfig() |
| 41 | { |
| 42 | return RunConfig(); |
| 43 | } |
| 44 | |
| 45 | extern "C" __declspec(dllexport) bool ApplyPatch(HANDLE, DWORD) |
| 46 | { |
nothing calls this directly
no test coverage detected