mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 15:22:15 +00:00
fe0a6b00ce
If ZMusic is to act like an external library it may not call delete on external objects because there is no guarantee that they use the same allocator. Deletion must be done as a virtual function to ensure that the correct operator delete gets called, which, unlike the actual destructor is not virtual itself. |
||
---|---|---|
.. | ||
wildmidi | ||
CMakeLists.txt | ||
file_io.cpp | ||
gus_pat.cpp | ||
reverb.cpp | ||
wildmidi_lib.cpp | ||
wm_error.cpp |