ref: 5d309db3ad0c3b07d960043e2c1dd78bacebb543
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);