dxx-rebirth/common/arch/sdl
Kp fcb0b4fa66 Replace SDL CD_INDRIVE with equivalent that uses C++ static_cast
<=gcc-5 with -Wold-style-cast warn when expansions of SDL macro
CD_INDRIVE produce an old style cast, even though the cast comes from a
system header.  Undefine it and define an equivalent that uses a C++
cast, so that uses do not provoke a warning.
2016-09-04 19:10:43 +00:00
..
digi_mixer_music.cpp Remove char[N] overload for PHYSFSX_getRealPath 2016-08-06 19:55:25 +00:00
event.cpp Added breaks in event.cpp to prevent unwanted events if -nomouse and/or -nojoystick is given; Added automap_apply_input() to prevent multiple inputs per frame causing multiple movement applications. 2016-05-30 13:17:42 +02:00
joy.cpp Uninline namespace dcx 2015-12-13 18:00:49 +00:00
key.cpp Move namespace dsx handling to dsx-ns.h 2016-03-19 19:08:10 +00:00
mouse.cpp Added breaks in event.cpp to prevent unwanted events if -nomouse and/or -nojoystick is given; Added automap_apply_input() to prevent multiple inputs per frame causing multiple movement applications. 2016-05-30 13:17:42 +02:00
rbaudio.cpp Replace SDL CD_INDRIVE with equivalent that uses C++ static_cast 2016-09-04 19:10:43 +00:00
timer.cpp Uninline namespace dcx 2015-12-13 18:00:49 +00:00
window.cpp Uninline namespace dcx 2015-12-13 18:00:49 +00:00