cave-story-solaris/src/Main.h
2020-05-04 18:17:39 +01:00

20 lines
338 B
C

#pragma once
#include "WindowsWrapper.h"
extern char gModulePath[MAX_PATH];
extern char gDataPath[MAX_PATH];
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);