Descent3/music
Jan Engelhardt a23c6a42a3 mem_malloc type triviality checks (7/8)
```
git grep -l mem_malloc | xargs perl -i -lpe 's{\((char) \*\)mem_malloc\((\S+)\)}{mem_rmalloc<$1>($2)}'
```
2024-09-16 22:12:14 +02:00
..
CMakeLists.txt Convert music to use new logging facility 2024-09-10 03:00:25 +03:00
music.h [Cleanup] Removed function declarations that are not implemented. 2024-08-20 20:03:02 +02:00
musiclib.h Updated source to reflect the license that this code is released under. 2024-04-20 09:57:49 -06:00
omflex.cpp Convert music to use new logging facility 2024-09-10 03:00:25 +03:00
sequencer.cpp mem_malloc type triviality checks (7/8) 2024-09-16 22:12:14 +02:00
streamer.cpp Convert music to use new logging facility 2024-09-10 03:00:25 +03:00
tracklist.cpp Replace "short" with "int16_t" and fix missing headers 2024-05-23 23:49:31 -04:00