diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-11 15:42:53 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-11 15:42:53 +0300 |
commit | 50e0557d790ac007c2db63509b7beed6f8d15b1e (patch) | |
tree | bbc22a33ab9b392e731b9413c0c195a86e50eb14 /src/resources/map/map.cpp | |
parent | 788f91b8b779a3b99cf4a7f8f53488f45b2edc09 (diff) | |
download | plus-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/map.cpp')
-rw-r--r-- | src/resources/map/map.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resources/map/map.cpp b/src/resources/map/map.cpp index d1b1bdb47..9cffaa422 100644 --- a/src/resources/map/map.cpp +++ b/src/resources/map/map.cpp @@ -31,6 +31,7 @@ #include "resources/map/mapheights.h" #include "resources/map/maplayer.h" +#include "resources/map/mapitem.h" #include "resources/map/speciallayer.h" #include "resources/map/tileset.h" #include "resources/map/walklayer.h" |