diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-07-11 12:44:51 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-07-11 12:44:51 +0300 |
commit | 93c54ae82e25a7fbf4616f51e265bd209241c7a2 (patch) | |
tree | 795a2f42f5ec146c96e507ea8e3576708d13920a /src/client.cpp | |
parent | 68f5e88eb44ed76facaa7e56cd7641b762f7ca60 (diff) | |
download | ManaVerse-93c54ae82e25a7fbf4616f51e265bd209241c7a2.tar.gz ManaVerse-93c54ae82e25a7fbf4616f51e265bd209241c7a2.tar.bz2 ManaVerse-93c54ae82e25a7fbf4616f51e265bd209241c7a2.tar.xz ManaVerse-93c54ae82e25a7fbf4616f51e265bd209241c7a2.zip |
move sound constants to separate file.
Diffstat (limited to 'src/client.cpp')
-rw-r--r-- | src/client.cpp | 1 |
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" |