cave-story-solaris/src/Main.h
2019-09-04 14:11:54 +00:00

10 lines
164 B
C

#pragma once
#include "WindowsWrapper.h"
extern BOOL bFullscreen;
void PutFramePerSecound(void);
unsigned long GetFramePerSecound(void);
BOOL SystemTask(void);