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/maplayer.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/maplayer.cpp')
-rw-r--r-- | src/resources/map/maplayer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resources/map/maplayer.cpp b/src/resources/map/maplayer.cpp index 2908f6a42..0bef81273 100644 --- a/src/resources/map/maplayer.cpp +++ b/src/resources/map/maplayer.cpp @@ -36,6 +36,7 @@ #include "resources/image.h" #include "resources/resourcemanager.h" +#include "resources/map/mapobjectlist.h" #include "resources/map/maprowvertexes.h" #include "gui/font.h" |