dxx-rebirth/common
Kp 0f022f4b10 Fix clang build
clang warns if all of:
- type T is deleted by a pointer T*
- T has a non-virtual destructor
- T has a virtual function
- T is not final

Fix the build by making the relevant types T final, since nothing
inherited from them.
2020-11-30 05:12:00 +00:00
..
2d
3d
arch Remove send_creation_events parameter 2020-10-22 02:26:16 +00:00
editor Use std::array for editor mine filename 2020-10-12 03:28:25 +00:00
include Fix clang build 2020-11-30 05:12:00 +00:00
main Restore format(printf) attribute for powerup_basic 2020-10-27 04:27:55 +00:00
maths
mem
misc Fix truncation of callback pointer on Windows 2020-10-29 03:40:19 +00:00
music
texmap
ui Remove send_creation_events parameter 2020-10-22 02:26:16 +00:00
unittest