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