diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-29 01:48:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-29 01:48:21 +0300 |
commit | 9b072c42f4508de8fb15d1fc8b59931777d5b5a7 (patch) | |
tree | f9de59c6afaa00d48e4e637a35647759c4e230f2 /src/itemsoundmanager.cpp | |
parent | fe70d4929e6ca0e46e6210d8795056c6e8a4b93d (diff) | |
download | plus-9b072c42f4508de8fb15d1fc8b59931777d5b5a7.tar.gz plus-9b072c42f4508de8fb15d1fc8b59931777d5b5a7.tar.bz2 plus-9b072c42f4508de8fb15d1fc8b59931777d5b5a7.tar.xz plus-9b072c42f4508de8fb15d1fc8b59931777d5b5a7.zip |
Move item into item directory.
Diffstat (limited to 'src/itemsoundmanager.cpp')
-rw-r--r-- | src/itemsoundmanager.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/itemsoundmanager.cpp b/src/itemsoundmanager.cpp index 36238274f..6c3bb0a85 100644 --- a/src/itemsoundmanager.cpp +++ b/src/itemsoundmanager.cpp @@ -21,13 +21,14 @@ #include "itemsoundmanager.h" #include "flooritem.h" -#include "item.h" #include "soundmanager.h" #include "being/localplayer.h" #include "resources/iteminfo.h" +#include "resources/item/item.h" + #include "debug.h" void ItemSoundManager::playSfx(const Item *const item, |