shithub: cstory

ref: 95b29bb516d36cb4375c276cf2a9e4e7e84a3e19
dir: /src/Main.h/

View raw version
#pragma once

#include "WindowsWrapper.h"

extern char gModulePath[MAX_PATH];
extern char gDataPath[MAX_PATH];

extern HWND ghWnd;
extern BOOL bFullscreen;
extern BOOL gbUseJoystick;

extern int gJoystickButtonTable[8];

void PutFramePerSecound(void);
unsigned long CountFramePerSecound(void);

BOOL SystemTask(void);