cave-story-solaris/src/Main.h
2020-06-30 13:48:46 +01:00

22 lines
351 B
C++

#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);