ref: dec481a8e0d6bf88e18bcca20c70c2b59e24a113
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 CountFramePerSecound(void); BOOL SystemTask(void);