- all source compile now on macOS

This commit is contained in:
Christoph Oelckers 2020-01-08 01:00:57 +01:00
parent 8f455d8ffa
commit cfed7afd02
24 changed files with 219 additions and 597 deletions

View file

@ -110,7 +110,7 @@ static HMODULE DInputDLL;
extern FMouse *Mouse;
extern FKeyboard *Keyboard;
bool ToggleFullscreen;
extern bool ToggleFullscreen;
bool VidResizing;
@ -131,7 +131,7 @@ static bool noidle = false;
LPDIRECTINPUT8 g_pdi;
LPDIRECTINPUT g_pdi3;
bool AppActive;
extern bool AppActive;
int SessionState = 0;
int BlockMouseMove;