shithub: cstory

ref: 3a40e9eb363b8c8955f79f15b982f5cb13c6dc3b
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);