shithub: cstory

ref: d9e7ebac38b281bc62061158a9439ec056618fbc
dir: /src/Main.h/

View raw version
#pragma once

#include "WindowsWrapper.h"

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

extern BOOL bFullscreen;

void PutFramePerSecound(void);
unsigned long GetFramePerSecound(void);

BOOL SystemTask(void);