- hooked up a few more CVARs and other values the music backend needs to know about and moved the MusInfo base class into zmusic.

This commit is contained in:
Christoph Oelckers 2019-09-30 01:34:16 +02:00
commit 2c33e47988
21 changed files with 225 additions and 280 deletions

View file

@ -33,8 +33,8 @@
*/
#include "zmusic/sndfile_decoder.h"
#include "zmusic/mpg123_decoder.h"
#include "sndfile_decoder.h"
#include "mpg123_decoder.h"
SoundDecoder *SoundDecoder::CreateDecoder(MusicIO::FileInterface *reader)
{