dxx-rebirth/common
Kp 6a8930cef0 Remove unnecessary inclusions of compiler-static_assert.h
Various files included compiler-static_assert.h to use the compatibility
macros for compilers that lacked a working C++11 static_assert.
However, some source files used static_assert without this inclusion,
and no one ever reported problems.  From this, assume that no one uses a
compiler which lacks C++11 static_assert.  Remove the inclusions that
were only for the compatibility macro.  Keep the inclusions that use the
assert_equal helper.
2018-05-05 22:33:55 +00:00
..
2d Remove build_colormap_good parameter used 2018-03-08 04:21:18 +00:00
3d
arch Merge pull request #376 "Update SDLMain.m" to github/master 2018-04-23 05:09:52 +00:00
editor Simplify calls to gr_set_default_canvas 2017-11-05 20:49:08 +00:00
include Remove unnecessary inclusions of compiler-static_assert.h 2018-05-05 22:33:55 +00:00
main Remove unnecessary inclusions of compiler-static_assert.h 2018-05-05 22:33:55 +00:00
maths Pass vms_matrix &to vms_matrix_from_quaternion 2018-03-31 21:53:01 +00:00
mem
misc
texmap Move various SDL-only texture mapping functions to !DXX_USE_OGL 2017-11-01 02:01:21 +00:00
ui Convert various gr_set_current_canvas calls to reference form 2017-11-05 20:49:08 +00:00