ref: 31fa8f735248fd7da31174f8cfe4cfd7db91e1d6
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);