shithub: cstory

ref: f006508232e66f68bd210f10116e7927e6f5693e
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;

extern BOOL gbUseJoystick;

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

void InactiveWindow(void);
void ActiveWindow(void);

BOOL SystemTask(void);