mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 00:41:24 +00:00
- moved renderstyle to 'common' and use GZDoom's color table code unaltered.
# Conflicts: # source/CMakeLists.txt # source/common/engine/serializer.h
This commit is contained in:
parent
b8a289bf61
commit
f64bdccaca
18 changed files with 259 additions and 57 deletions
13
source/common/engine/i_interface.h
Normal file
13
source/common/engine/i_interface.h
Normal file
|
@ -0,0 +1,13 @@
|
|||
#pragma once
|
||||
|
||||
|
||||
struct SystemCallbacks
|
||||
{
|
||||
bool (*WantGuiCapture)();
|
||||
bool (*WantLeftButton)();
|
||||
bool (*NetGame)();
|
||||
bool (*WantNativeMouse)();
|
||||
bool (*CaptureModeInGame)();
|
||||
};
|
||||
|
||||
extern SystemCallbacks *sysCallbacks;
|
Loading…
Add table
Add a link
Reference in a new issue