shithub: cstory

ref: 87f74bcb6b593a022e57dbfc1ea5dbab22273906
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);