cave-story-solaris/src/Main.h
2020-01-07 04:46:58 +00:00

14 lines
252 B
C

#pragma once
#include "WindowsWrapper.h"
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);