shithub: cstory

ref: 8a9f70875cd90965da70a3d210951f66c797ed65
dir: /src/Main.h/

View raw version
#pragma once

#include "WindowsWrapper.h"

extern char gModulePath[MAX_PATH];
extern char gDataPath[MAX_PATH];

extern HWND ghWnd;
extern BOOL bFullscreen;

void PutFramePerSecound(void);
unsigned long CountFramePerSecound(void);

BOOL SystemTask(void);