diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-11 14:57:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-11 14:57:40 +0300 |
commit | 211aab93fed3462f875b66c3aecf0bfc98c3467a (patch) | |
tree | 4c93a86a46be6f3256d645b65379c01181ed45a2 /src/resources/map/map.cpp | |
parent | bc38561388687e964872231b8a9b488c48e988b8 (diff) | |
download | plus-211aab93fed3462f875b66c3aecf0bfc98c3467a.tar.gz plus-211aab93fed3462f875b66c3aecf0bfc98c3467a.tar.bz2 plus-211aab93fed3462f875b66c3aecf0bfc98c3467a.tar.xz plus-211aab93fed3462f875b66c3aecf0bfc98c3467a.zip |
Move mapobjectlayer 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 ee401c2fb..7ab41fbef 100644 --- a/src/resources/map/map.cpp +++ b/src/resources/map/map.cpp @@ -44,6 +44,7 @@ #include "resources/subimage.h" #include "resources/map/location.h" +#include "resources/map/mapobjectlist.h" #include "resources/map/tileanimation.h" #include "utils/delete2.h" |