ref: 3a3530252b40b29bb0933c227c6634c4170da9e9
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; extern BOOL gbUseJoystick; extern int gJoystickButtonTable[8]; void PutFramePerSecound(void); BOOL SystemTask(void);