shithub: cstory

ref: 9bb916e99d19a949f9ed2f19ffc65d9aefc7f691
dir: /src/Main.h/

View raw version
#pragma once

#include "WindowsWrapper.h"

extern HWND ghWnd;
extern BOOL bFullscreen;

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

BOOL SystemTask(void);