qzdoom/libraries/dumb/include
2019-09-28 21:04:41 +02:00
..
internal - moved third party library projects to a subfolder to reduce size of the root. 2019-07-14 15:06:54 +02:00
dumb.h - uncoupled the stream sources from the low level implementation. The entire setup had the stream sources depend on the SoundStream class, severely limiting reusability. This was changed that there is one SoundStream class that uses the StreamSources as mere data source that has no knowledge and no connection to the underlying system, similar to how the MIDI system works. With this there are only 3 top level music classes left - MIDIStreamer, StreamSong and CDSong. 2019-09-28 21:04:41 +02:00