diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-11 15:53:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-11 15:53:04 +0300 |
commit | 20310ca4fa87856a2ac487ce70835384759b979b (patch) | |
tree | def18e2377c2f61f2d665f61b181cc53fc6b14a9 /src/resources/map/map.cpp | |
parent | 50e0557d790ac007c2db63509b7beed6f8d15b1e (diff) | |
download | manaplus-20310ca4fa87856a2ac487ce70835384759b979b.tar.gz manaplus-20310ca4fa87856a2ac487ce70835384759b979b.tar.bz2 manaplus-20310ca4fa87856a2ac487ce70835384759b979b.tar.xz manaplus-20310ca4fa87856a2ac487ce70835384759b979b.zip |
Move objectslayer 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 9cffaa422..cd94c6ae6 100644 --- a/src/resources/map/map.cpp +++ b/src/resources/map/map.cpp @@ -32,6 +32,7 @@ #include "resources/map/mapheights.h" #include "resources/map/maplayer.h" #include "resources/map/mapitem.h" +#include "resources/map/objectslayer.h" #include "resources/map/speciallayer.h" #include "resources/map/tileset.h" #include "resources/map/walklayer.h" |