shithub: cstory

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

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

BOOL SystemTask(void);