cave-story-solaris/src/Main.h
Clownacy 58d7a45392 Empty Tags.h
There's no evidence Tags.h contained these variables (if anything, it
appears that Pixel manually declared them in every file that used
them).

gg Pixel
2020-01-06 21:20:17 +00:00

22 lines
321 B
C

#pragma once
#include "WindowsWrapper.h"
#ifdef __cplusplus
extern "C" {
#endif
extern char gModulePath[MAX_PATH];
extern char gDataPath[MAX_PATH];
extern HWND ghWnd;
extern BOOL bFullscreen;
void PutFramePerSecound(void);
unsigned long GetFramePerSecound(void);
BOOL SystemTask(void);
#ifdef __cplusplus
}
#endif