summaryrefslogtreecommitdiff
path: root/src/client.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-07-11 12:44:51 +0300
committerAndrei Karas <akaras@inbox.ru>2013-07-11 12:44:51 +0300
commit93c54ae82e25a7fbf4616f51e265bd209241c7a2 (patch)
tree795a2f42f5ec146c96e507ea8e3576708d13920a /src/client.cpp
parent68f5e88eb44ed76facaa7e56cd7641b762f7ca60 (diff)
downloadmv-93c54ae82e25a7fbf4616f51e265bd209241c7a2.tar.gz
mv-93c54ae82e25a7fbf4616f51e265bd209241c7a2.tar.bz2
mv-93c54ae82e25a7fbf4616f51e265bd209241c7a2.tar.xz
mv-93c54ae82e25a7fbf4616f51e265bd209241c7a2.zip
move sound constants to separate file.
Diffstat (limited to 'src/client.cpp')
-rw-r--r--src/client.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.cpp b/src/client.cpp
index 74abd5f7d..5f3803b30 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -41,6 +41,7 @@
#include "keyboardconfig.h"
#include "party.h"
#include "playerrelations.h"
+#include "soundconsts.h"
#include "soundmanager.h"
#include "statuseffect.h"
#include "units.h"