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