gzdoom-gles/src/posix/sdl
alexey.lysiuk 8137162ca0 - fixes compilation of POSIX targets
src/posix/cocoa/i_input.mm:95:22: error: use of undeclared identifier 'E_CheckUiProcessors'
src/posix/cocoa/i_input.mm:200:21: error: use of undeclared identifier 'E_CheckRequireMouse'
src/posix/sdl/i_input.cpp:183:19: error: use of undeclared identifier 'E_CheckUiProcessors'
src/events.cpp:540:1: error: pasting formed '::RenderFrame', an invalid preprocessing token
src/events.cpp:541:1: error: pasting formed '::WorldLightning', an invalid preprocessing token
src/events.cpp:542:1: error: pasting formed '::WorldTick', an invalid preprocessing token
src/events.cpp:543:1: error: pasting formed '::UiTick', an invalid preprocessing token
src/events.cpp:544:1: error: pasting formed '::PostUiTick', an invalid preprocessing token
2019-02-03 11:19:17 +02:00
..
crashcatcher.c Removed all superfluous #include's 2018-04-24 14:30:35 +03:00
critsec.cpp - moved the I_Error prototypes to doomerrors.h to avoid having to include the low level system header for this. 2019-01-31 19:38:04 +01:00
gl_sysfb.h - remove vid_hwgamma, force always use shader gamma 2019-01-23 21:50:11 +01:00
hardware.cpp - fixed compilation errors with POSIX targets 2019-02-01 11:08:58 +02:00
i_gui.cpp - changed multipatch texture composition to always composite off full source images and not do it recursively. 2018-12-08 17:23:15 +01:00
i_input.cpp - fixes compilation of POSIX targets 2019-02-03 11:19:17 +02:00
i_joystick.cpp - changed Doom source license to GPL in all subdirectories and fixed missing licenses in a few other files. 2017-04-17 12:27:19 +02:00
i_main.cpp - renamed the level variables. 2019-02-02 00:25:51 +01:00
i_system.cpp - fixed compilation errors with POSIX targets 2019-02-01 11:08:58 +02:00
i_system.mm
sdlglvideo.cpp - remove vid_hwgamma, force always use shader gamma 2019-01-23 21:50:11 +01:00
st_start.cpp Removed all superfluous #include's 2018-04-24 14:30:35 +03:00