Descent3/sndlib
Jan Engelhardt 71772b9c9c Add "final" marker to a number of classes
Devirtualization is an optimization in the generated assembly: when a
class C is polymorphic but also final, ``((C *)ptr)->func()`` can be
turned from an indirect into a static call.
2024-11-03 23:39:37 +01:00
..
CMakeLists.txt Move pserror.h to ddebug module 2024-09-24 23:00:53 +03:00
ddsndgeometry.h
ddsoundload.cpp Move pserror.h to ddebug module 2024-09-24 23:00:53 +03:00
hlsoundlib.cpp
hlsoundlib.h
mixer.cpp
mixer.h
sdlgeometry.cpp
sdlsound.cpp
sdlsound.h Add "final" marker to a number of classes 2024-11-03 23:39:37 +01:00
sndrender.cpp Avoid using ASSERT in interface headers 2024-09-24 23:03:02 +03:00
sndrender.h
soundload.cpp
soundload.h
ssl_lib.cpp
ssl_lib.h