diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-14 20:19:33 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-14 20:19:33 +0300 |
commit | 8fb8287c78982fd34ef7d7a2b971e0f40a51d44e (patch) | |
tree | 9507f6028051111029c6ffdebf152b27120cf29e /src/being/localplayer.cpp | |
parent | 517e8c2753f4bcc7d2788a28d663cd79edec6c59 (diff) | |
download | mv-8fb8287c78982fd34ef7d7a2b971e0f40a51d44e.tar.gz mv-8fb8287c78982fd34ef7d7a2b971e0f40a51d44e.tar.bz2 mv-8fb8287c78982fd34ef7d7a2b971e0f40a51d44e.tar.xz mv-8fb8287c78982fd34ef7d7a2b971e0f40a51d44e.zip |
Move soundconsts.h into const directory.
Diffstat (limited to 'src/being/localplayer.cpp')
-rw-r--r-- | src/being/localplayer.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/being/localplayer.cpp b/src/being/localplayer.cpp index d20c7b7e0..37e5abdc8 100644 --- a/src/being/localplayer.cpp +++ b/src/being/localplayer.cpp @@ -30,16 +30,16 @@ #include "item.h" #include "party.h" #include "settings.h" -#include "soundconsts.h" #include "soundmanager.h" #include "statuseffect.h" -#include "resources/map/walklayer.h" #include "being/beingflag.h" #include "being/crazymoves.h" #include "being/playerinfo.h" #include "being/playerrelations.h" +#include "const/sound.h" + #include "enums/being/beingdirection.h" #include "enums/resources/map/mapitemtype.h" @@ -78,6 +78,7 @@ #include "resources/map/map.h" #include "resources/map/mapitem.h" #include "resources/map/speciallayer.h" +#include "resources/map/walklayer.h" #include "listeners/awaylistener.h" |