summaryrefslogtreecommitdiff
path: root/src/resources/map/speciallayer.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-05-11 15:42:53 +0300
committerAndrei Karas <akaras@inbox.ru>2014-05-11 15:42:53 +0300
commit50e0557d790ac007c2db63509b7beed6f8d15b1e (patch)
treebbc22a33ab9b392e731b9413c0c195a86e50eb14 /src/resources/map/speciallayer.cpp
parent788f91b8b779a3b99cf4a7f8f53488f45b2edc09 (diff)
downloadplus-50e0557d790ac007c2db63509b7beed6f8d15b1e.tar.gz
plus-50e0557d790ac007c2db63509b7beed6f8d15b1e.tar.bz2
plus-50e0557d790ac007c2db63509b7beed6f8d15b1e.tar.xz
plus-50e0557d790ac007c2db63509b7beed6f8d15b1e.zip
Move mapitem into separate file.
Diffstat (limited to 'src/resources/map/speciallayer.cpp')
-rw-r--r--src/resources/map/speciallayer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resources/map/speciallayer.cpp b/src/resources/map/speciallayer.cpp
index d87a078de..2ebb6ef51 100644
--- a/src/resources/map/speciallayer.cpp
+++ b/src/resources/map/speciallayer.cpp
@@ -21,6 +21,7 @@
#include "resources/map/speciallayer.h"
#include "resources/map/map.h"
+#include "resources/map/mapitem.h"
#include "resources/map/maplayer.h"
#include "utils/delete2.h"