diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-06-29 14:12:56 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-06-29 14:14:16 +0300 |
commit | 79ce2bbf16855460051a183c4740e94706b7a07b (patch) | |
tree | 98d4ce482160d17d5529f392ae8d3eb9f8cb1eb2 /src/resources/beinginfo.cpp | |
parent | 436088e97ae3ee8bcfd0530139579fc62271bbc5 (diff) | |
download | plus-79ce2bbf16855460051a183c4740e94706b7a07b.tar.gz plus-79ce2bbf16855460051a183c4740e94706b7a07b.tar.bz2 plus-79ce2bbf16855460051a183c4740e94706b7a07b.tar.xz plus-79ce2bbf16855460051a183c4740e94706b7a07b.zip |
Move blockmask.h into enums directory.
Diffstat (limited to 'src/resources/beinginfo.cpp')
-rw-r--r-- | src/resources/beinginfo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resources/beinginfo.cpp b/src/resources/beinginfo.cpp index 28f421a2e..f63e65134 100644 --- a/src/resources/beinginfo.cpp +++ b/src/resources/beinginfo.cpp @@ -25,14 +25,14 @@ #include "configuration.h" #include "logger.h" +#include "enums/resources/map/blockmask.h" + #include "resources/attack.h" #include "resources/spriteaction.h" #include "resources/spritereference.h" #include "resources/db/colordb.h" -#include "resources/map/blockmask.h" - #include "utils/delete2.h" #include "utils/dtor.h" #include "utils/gettext.h" |