mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-02 10:11:04 +00:00
- all source compile now on macOS
This commit is contained in:
parent
8f455d8ffa
commit
cfed7afd02
24 changed files with 219 additions and 597 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue