shithub: cstory

ref: 098647f7fd6bfad8ac47bca2686b908d5c4b431a
dir: /src/Main.h/

View raw version
#pragma once

#include "WindowsWrapper.h"

#ifdef __cplusplus
extern "C" {
#endif

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);

#ifdef __cplusplus
}
#endif