shithub: cstory

ref: 08131d527a4b49d1bd3f2fd44cac1e76dce401a6
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);