shithub: cstory

ref: 05fb5cf106ad47df77e56ae3660ac4275810d54c
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 GetFramePerSecound(void);

BOOL SystemTask(void);