ref: 9f002b618081265a0051110502710d414776e4c2
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); void InactiveWindow(void); void ActiveWindow(void); BOOL SystemTask(void);