gzdoom-gles/libraries/wildmidi
Christoph Oelckers 849bfb69b1 - blocked the destructor in the sound font reader base class.
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.
2020-01-07 18:07:13 +01:00
..
wildmidi - consolidated the different file access interfaces in the backends into one shared version. 2020-01-05 11:46:28 +01:00
CMakeLists.txt - implemented str(n)icmp function definitions via CMake macro 2020-01-05 21:07:58 +01:00
file_io.cpp - moved the sound decoding code to the zmusic project. 2020-01-05 12:29:15 +01:00
gus_pat.cpp
reverb.cpp
wildmidi_lib.cpp - blocked the destructor in the sound font reader base class. 2020-01-07 18:07:13 +01:00
wm_error.cpp