vkdoom_m/src/posix/cocoa
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
..
critsec.cpp cleanup of MIDI code dependencies 2017-03-10 19:08:36 +01:00
gl_sysfb.h - remove vid_hwgamma, force always use shader gamma 2019-01-23 21:50:11 +01:00
i_common.h - deleted now useless code from Cocoa backend 2018-06-03 17:48:58 +03:00
i_input.mm - fixes compilation of POSIX targets 2019-02-03 11:19:17 +02:00
i_joystick.cpp Removed all superfluous #include's 2018-04-24 14:30:35 +03:00
i_main.mm - 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
i_main_except.cpp - print VM stack trace on startup abort exception 2018-12-11 10:46:56 +02:00
i_system.mm - removed the no longer needed exception prevention hack. 2018-12-01 14:27:18 +01:00
i_video.mm - fixed compilation errors with POSIX targets 2019-02-01 11:08:58 +02:00
st_console.h Made sure that the last text line is always visible in OS X startup window 2016-02-28 23:15:22 +01:00
st_console.mm Removed all superfluous #include's 2018-04-24 14:30:35 +03:00
st_start.mm Removed all superfluous #include's 2018-04-24 14:30:35 +03:00