diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-07-02 14:57:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-07-02 14:57:03 +0300 |
commit | 1abda37d9a6173f67ee12600ca8948cd205ebad1 (patch) | |
tree | 6a1374afd218cf2277e2a3f4bae0625cff5bddc7 /src/resources/map/mapitem.cpp | |
parent | 3f022390bacc04946dcd7cfb2be5f23a78c49c83 (diff) | |
download | manaverse-1abda37d9a6173f67ee12600ca8948cd205ebad1.tar.gz manaverse-1abda37d9a6173f67ee12600ca8948cd205ebad1.tar.bz2 manaverse-1abda37d9a6173f67ee12600ca8948cd205ebad1.tar.xz manaverse-1abda37d9a6173f67ee12600ca8948cd205ebad1.zip |
Move mapitemtype into enums directory.
Diffstat (limited to 'src/resources/map/mapitem.cpp')
-rw-r--r-- | src/resources/map/mapitem.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/resources/map/mapitem.cpp b/src/resources/map/mapitem.cpp index 16aa5794e..f1d045e7f 100644 --- a/src/resources/map/mapitem.cpp +++ b/src/resources/map/mapitem.cpp @@ -20,13 +20,14 @@ #include "resources/map/mapitem.h" +#include "enums/resources/map/mapitemtype.h" + #include "gui/gui.h" #include "gui/userpalette.h" #include "gui/fonts/font.h" #include "resources/image.h" -#include "resources/mapitemtype.h" #include "resources/resourcemanager.h" #include "render/graphics.h" |