Move mixer construction to AudioCommon.cpp.

This commit is contained in:
magumagu
2014-03-27 16:00:14 -07:00
parent aac4206664
commit 102ea55f20
4 changed files with 9 additions and 10 deletions

View File

@ -14,7 +14,7 @@ extern SoundStream *soundStream;
namespace AudioCommon
{
SoundStream *InitSoundStream(CMixer *mixer, void *hWnd);
SoundStream *InitSoundStream(void *hWnd);
void ShutdownSoundStream();
std::vector<std::string> GetSoundBackends();
bool UseJIT();