shithub: cstory

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

BOOL SystemTask(void);