ref: 46ca9b4d4ab07c6a40c6e4da192196e414b47a3d
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);