ref: 3d7ee30314569795cc595e642dc4aabf542a2f70
dir: /src/Main.h/
#pragma once #include "WindowsWrapper.h" #include <string> 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);