diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-05-31 01:39:11 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-05-31 01:39:11 +0300 |
commit | 88ed8b935542a1e2590bdd79403ff4ee5c7f2a79 (patch) | |
tree | d6e5a95683d774fe564abed4990528a2de3568be /src/resources/map/map.h | |
parent | a5766506d6e75ab1d2a4f06b77fddf6fdd65c64e (diff) | |
download | plus-88ed8b935542a1e2590bdd79403ff4ee5c7f2a79.tar.gz plus-88ed8b935542a1e2590bdd79403ff4ee5c7f2a79.tar.bz2 plus-88ed8b935542a1e2590bdd79403ff4ee5c7f2a79.tar.xz plus-88ed8b935542a1e2590bdd79403ff4ee5c7f2a79.zip |
Move maptype enum into enums directory.
Diffstat (limited to 'src/resources/map/map.h')
-rw-r--r-- | src/resources/map/map.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/resources/map/map.h b/src/resources/map/map.h index a051961a3..2cba3de6f 100644 --- a/src/resources/map/map.h +++ b/src/resources/map/map.h @@ -29,9 +29,10 @@ #include "enums/render/rendertype.h" +#include "enums/resources/map/maptype.h" + #include "resources/map/blockmask.h" #include "resources/map/blocktype.h" -#include "resources/map/maptype.h" #include "resources/map/properties.h" #include "listeners/configlistener.h" |