AudioCommon: Prefix soundStream global with g_

This commit is contained in:
Lioncash
2014-09-29 21:35:57 -04:00
parent 431fb4d82a
commit 7f7fb5e70c
6 changed files with 43 additions and 43 deletions

View File

@ -10,7 +10,7 @@
class CMixer;
extern SoundStream *soundStream;
extern SoundStream *g_sound_stream;
namespace AudioCommon
{