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