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