ref: 30ea89d3fa8035d29d60b9ac7cafa875e7ffeb89
dir: /src/Main.h/
#pragma once #include <string> #include "WindowsWrapper.h" extern std::string gModulePath; extern std::string gDataPath; extern BOOL bFullscreen; extern BOOL gbUseJoystick; extern int gJoystickButtonTable[8]; extern BOOL gbUseJoystick; void PutFramePerSecound(void); BOOL SystemTask(void);