dxx-rebirth/common/arch/sdl
Kp 10de0975f4 Fix gcc-9 build of joy.cpp
gcc-9 fails to constrain `i`, then warns that very large `i` would
be truncated.  Add `cf_assert` and `xrange` to inform gcc that `i` is
constrained.
2019-05-06 00:36:16 +00:00
..
digi_mixer_music.cpp Make ADL MIDI runtime configurable 2018-10-18 02:18:56 +00:00
event.cpp Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
joy.cpp Fix gcc-9 build of joy.cpp 2019-05-06 00:36:16 +00:00
key.cpp Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
mouse.cpp Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
rbaudio.cpp Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
timer.cpp Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
window.cpp Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00