shithub: cstory

ref: 23156d38de052b1480bed45468ec019e6b5bbea8
dir: /src/Main.h/

View raw version
#pragma once

#include <string>

#include "WindowsWrapper.h"

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);