summaryrefslogtreecommitdiff
path: root/src/resources/mapreader.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-05-11 13:18:07 +0300
committerAndrei Karas <akaras@inbox.ru>2014-05-11 13:26:25 +0300
commitad42810bb9484f4930252ecc34b91d83f37e3293 (patch)
tree69f3bcf9b26bbdb08dde7e3a0fa6648fc432cf12 /src/resources/mapreader.cpp
parent116349dac9b9d13d0e57e24e345590a8a0e70210 (diff)
downloadplus-ad42810bb9484f4930252ecc34b91d83f37e3293.tar.gz
plus-ad42810bb9484f4930252ecc34b91d83f37e3293.tar.bz2
plus-ad42810bb9484f4930252ecc34b91d83f37e3293.tar.xz
plus-ad42810bb9484f4930252ecc34b91d83f37e3293.zip
Move map related files into resources/map.
Diffstat (limited to 'src/resources/mapreader.cpp')
-rw-r--r--src/resources/mapreader.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/resources/mapreader.cpp b/src/resources/mapreader.cpp
index 44fc5f447..cf443ab16 100644
--- a/src/resources/mapreader.cpp
+++ b/src/resources/mapreader.cpp
@@ -26,8 +26,9 @@
#include "graphicsmanager.h"
#include "logger.h"
#include "main.h"
-#include "map.h"
-#include "tileset.h"
+
+#include "resources/map/map.h"
+#include "resources/map/tileset.h"
#include "resources/animation.h"
#include "resources/beingcommon.h"