shithub: cstory

ref: a7f2ec6a5e85d5a11e4c1a68409710ce5f07616f
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);