Rename CMixer to Mixer

This commit is contained in:
Michael Maltese
2017-06-26 14:41:12 -07:00
parent aa020040f6
commit b2c9d6d217
9 changed files with 42 additions and 43 deletions

View File

@ -10,7 +10,7 @@
#include "AudioCommon/SoundStream.h"
class CMixer;
class Mixer;
extern std::unique_ptr<SoundStream> g_sound_stream;