shithub: cstory

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