summaryrefslogtreecommitdiff
path: root/src/resources
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-01-13 18:25:03 +0300
committerAndrei Karas <akaras@inbox.ru>2015-01-13 18:25:03 +0300
commite74f8dbf42c027cdd4c32cc66036e0f4758d28c3 (patch)
tree58f1c0800aeb2131022b40ab6e38302377f9e4e4 /src/resources
parentfb810c2d0a117dba032353b4e60391db2bff504c (diff)
downloadplus-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.h2
-rw-r--r--src/resources/map/map.h4
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>