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/CMakeLists.txt | |
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/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index bc95e36e2..8721c9036 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -712,6 +712,7 @@ SET(SRCS resources/map/maplayer.cpp resources/map/maplayer.h resources/map/mapobject.h + resources/map/mapobjectlist.h resources/map/maprowvertexes.h resources/map/metatile.h render/mgl.cpp |