shithub: cstory

ref: 9498fe13bedcca0417eee735173e59b94a236d02
dir: /src/Main.h/

View raw version
#pragma once

#include "WindowsWrapper.h"

#ifdef __cplusplus
extern "C" {
#endif

extern HWND ghWnd;
extern BOOL bFullscreen;

void PutFramePerSecound(void);
unsigned long GetFramePerSecound(void);

BOOL SystemTask(void);

#ifdef __cplusplus
}
#endif