dxx-rebirth/common/arch/sdl
Kp 2243cd7f58 Use xrange for loops with zero start and constant numerical end
s/for\s*(\s*\(\w\+\)\s\+\(\w\+\)\s*=\s*0\+u\?\s*;\s*\2\s*\(!=\|<\)\s*\([0-9]\+\)u\?\s*;\s*\(++\s*\2\|\2\s*++\s*\))/range_for (const \1 \2, xrange(\4u))/
2019-05-04 18:27:36 +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 Use xrange for loops with zero start and constant numerical end 2019-05-04 18:27:36 +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