From 494ac0ccdf545e8055c83c22b8b2fbf9e045b32a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 3 Dec 2012 17:10:39 +0300 Subject: Rename sound.cpp/h to soundmanager. --- src/client.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client.cpp') diff --git a/src/client.cpp b/src/client.cpp index 6ea0ad11f..1265d048f 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -41,7 +41,7 @@ #include "keyboardconfig.h" #include "party.h" #include "playerrelations.h" -#include "sound.h" +#include "soundmanager.h" #include "statuseffect.h" #include "units.h" #include "touchmanager.h" @@ -146,7 +146,7 @@ KeyboardConfig keyboard; UserPalette *userPalette = nullptr; Graphics *mainGraphics = nullptr; -Sound sound; +SoundManager sound; int openGLMode = 0; static uint32_t nextTick(uint32_t interval, void *param A_UNUSED); -- cgit v1.2.3-70-g09d2