dxx-rebirth/similar
Kp 3aa1140700 Optimize out warn_printf on some targets
Some targets only ever use GUI warn functions.  On those targets:
- initialize `warn_func` to `msgbox_warning` at compile time
- remove the runtime initialize of warn_func in main

On targets which do not call `clear_warn_func`, preprocess out its
declaration and definition.

Taken together, these changes allow some targets not to define
`warn_printf`.
2021-09-12 16:20:52 +00:00
..
2d Change ogl_font_choose_size to return width/height 2021-09-04 12:17:14 +00:00
3d Move g3 instance contexts onto the stack 2021-09-04 12:17:14 +00:00
arch Lift ogl_start_frame eye handling into caller 2021-09-12 16:20:52 +00:00
editor Expand game_init_render_buffers inline 2021-09-12 16:20:52 +00:00
main Optimize out warn_printf on some targets 2021-09-12 16:20:52 +00:00
misc Use enum class for VR StereoFormat 2021-09-12 16:20:52 +00:00