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/gui/viewport.cpp | |
parent | 3f022390bacc04946dcd7cfb2be5f23a78c49c83 (diff) | |
download | plus-1abda37d9a6173f67ee12600ca8948cd205ebad1.tar.gz plus-1abda37d9a6173f67ee12600ca8948cd205ebad1.tar.bz2 plus-1abda37d9a6173f67ee12600ca8948cd205ebad1.tar.xz plus-1abda37d9a6173f67ee12600ca8948cd205ebad1.zip |
Move mapitemtype into enums directory.
Diffstat (limited to 'src/gui/viewport.cpp')
-rw-r--r-- | src/gui/viewport.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/viewport.cpp b/src/gui/viewport.cpp index ff7946ed6..caf55fcca 100644 --- a/src/gui/viewport.cpp +++ b/src/gui/viewport.cpp @@ -29,7 +29,7 @@ #include "sdlshared.h" #include "textmanager.h" -#include "resources/mapitemtype.h" +#include "enums/resources/map/mapitemtype.h" #include "resources/map/map.h" #include "resources/map/mapitem.h" |