ref: 53e2b715d45f7e55b77f71f9f88975f77ffe2985
dir: /src/Main.h/
#pragma once #include "WindowsWrapper.h" extern char gModulePath[MAX_PATH]; extern char gDataPath[MAX_PATH]; extern BOOL bFullscreen; extern BOOL gbUseJoystick; void PutFramePerSecound(void); unsigned long GetFramePerSecound(void); void InactiveWindow(void); void ActiveWindow(void); BOOL SystemTask(void);