diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-01-13 18:25:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-01-13 18:25:03 +0300 |
commit | e74f8dbf42c027cdd4c32cc66036e0f4758d28c3 (patch) | |
tree | 58f1c0800aeb2131022b40ab6e38302377f9e4e4 /src/resources | |
parent | fb810c2d0a117dba032353b4e60391db2bff504c (diff) | |
download | plus-e74f8dbf42c027cdd4c32cc66036e0f4758d28c3.tar.gz plus-e74f8dbf42c027cdd4c32cc66036e0f4758d28c3.tar.bz2 plus-e74f8dbf42c027cdd4c32cc66036e0f4758d28c3.tar.xz plus-e74f8dbf42c027cdd4c32cc66036e0f4758d28c3.zip |
Move rendertype.h into enums directory.
Diffstat (limited to 'src/resources')
-rw-r--r-- | src/resources/imagehelper.h | 2 | ||||
-rw-r--r-- | src/resources/map/map.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/resources/imagehelper.h b/src/resources/imagehelper.h index 658c092bd..afbfc25b4 100644 --- a/src/resources/imagehelper.h +++ b/src/resources/imagehelper.h @@ -25,7 +25,7 @@ #include "localconsts.h" -#include "render/rendertype.h" +#include "enums/render/rendertype.h" #include "resources/resource.h" diff --git a/src/resources/map/map.h b/src/resources/map/map.h index fb83277ec..a6bc81560 100644 --- a/src/resources/map/map.h +++ b/src/resources/map/map.h @@ -27,6 +27,8 @@ #include "being/actor.h" +#include "enums/render/rendertype.h" + #include "resources/map/blockmask.h" #include "resources/map/blocktype.h" #include "resources/map/maptype.h" @@ -34,8 +36,6 @@ #include "listeners/configlistener.h" -#include "render/rendertype.h" - #include <string> #include <vector> |