AudioCommon: Move sound stream variables to Core::System.

This commit is contained in:
Admiral H. Curtiss 2022-08-31 21:44:21 +02:00
commit c310e504cb
No known key found for this signature in database
GPG key ID: F051B4C4044F33FB
10 changed files with 139 additions and 51 deletions

View file

@ -13,8 +13,6 @@
class Mixer;
extern std::unique_ptr<SoundStream> g_sound_stream;
namespace AudioCommon
{
void InitSoundStream();