dxx-rebirth/common
Kp d67a27df65 Fix SDL check_header_includes=1 build
Type `SyncGLMethod` was defined conditional on DXX_USE_OGL, but header
`common/include/ogl_sync.h` used `SyncGLMethod` unconditionally.  This
works fine in the normal build since SDL builds never include
`common/include/ogl_sync.h`, but broke the check_header_includes=1 test
since that compiles `common/include/ogl_sync.h` even for SDL builds.

Wrap type `ogl_sync` in `#if DXX_USE_OGL` to hide it from the
check_header_includes=1 test in SDL mode.
2017-03-11 19:56:21 +00:00
..
2d Pass destination bitmap to scale_bitmap 2017-02-11 21:42:34 +00:00
3d Pass up various return values 2017-02-26 00:00:02 +00:00
arch Fix 'declaration shadows a field of 'dcx::ogl_sync'' warning 2017-01-13 12:30:09 +08:00
editor Cache canvas in print_clock 2017-02-11 21:42:34 +00:00
include Fix SDL check_header_includes=1 build 2017-03-11 19:56:21 +00:00
main Pass canvas to show_HUD_names 2017-03-10 01:22:28 +00:00
maths Move EDITOR to dxxsconf.h; rename to DXX_USE_EDITOR 2016-09-11 18:49:16 +00:00
mem Use array<> for memdebug data 2016-10-29 23:16:15 +00:00
misc Fix check_header_includes=1 poison.h 2017-02-19 19:33:36 +00:00
texmap Simplify draw_tmap interpolation 2017-03-10 01:22:24 +00:00
ui Cache canvas in radio.cpp 2017-03-10 01:22:25 +00:00