shithub: cstory

ref: 486cf37161e47a38557ea882aa7d3f571e1ef8be
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);