ref: 295e70ded843f11151b84f91b8bce4ddeab5dcb6
dir: /src/Main.h/
#pragma once #include "WindowsWrapper.h" extern char gModulePath[MAX_PATH]; extern char gDataPath[MAX_PATH]; extern HWND ghWnd; extern BOOL bFullscreen; void PutFramePerSecound(void); unsigned long GetFramePerSecound(void); BOOL SystemTask(void);