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/gui/shopwindow.cpp | |
parent | 68f5e88eb44ed76facaa7e56cd7641b762f7ca60 (diff) | |
download | plus-93c54ae82e25a7fbf4616f51e265bd209241c7a2.tar.gz plus-93c54ae82e25a7fbf4616f51e265bd209241c7a2.tar.bz2 plus-93c54ae82e25a7fbf4616f51e265bd209241c7a2.tar.xz plus-93c54ae82e25a7fbf4616f51e265bd209241c7a2.zip |
move sound constants to separate file.
Diffstat (limited to 'src/gui/shopwindow.cpp')
-rw-r--r-- | src/gui/shopwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/shopwindow.cpp b/src/gui/shopwindow.cpp index 36a67a2af..0f14d8ad5 100644 --- a/src/gui/shopwindow.cpp +++ b/src/gui/shopwindow.cpp @@ -49,6 +49,7 @@ #include "playerinfo.h" #include "playerrelations.h" #include "shopitem.h" +#include "soundconsts.h" #include "soundmanager.h" #include "units.h" |