shithub: cstory

ref: 9bfaeb5390579becb35a7a5b03610e7c958bd989
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);