| 1326 | } |
| 1327 | |
| 1328 | static void OpenRom(void) |
| 1329 | { |
| 1330 | #ifdef __WIN_DRIVER__ |
| 1331 | extern HWND hAppWnd; |
| 1332 | LoadNewGamey(hAppWnd, 0); |
| 1333 | #endif |
| 1334 | } |
| 1335 | |
| 1336 | static void CloseRom(void) |
| 1337 | { |
nothing calls this directly
no test coverage detected