shithub: cstory

ref: 564d42dbd23a369d7d575b176e93fc0721fb407d
dir: /src/Main.h/

View raw version
#pragma once

#include "WindowsWrapper.h"
#include <string>

extern std::string gModulePath;
extern std::string gDataPath;

extern BOOL bFullscreen;
extern BOOL gbUseJoystick;

extern int gJoystickButtonTable[8];

extern BOOL gbUseJoystick;

void PutFramePerSecound(void);

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

BOOL SystemTask(void);