diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-11 14:00:54 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-11 14:00:54 +0300 |
commit | dcac10d557a1e6e0b5854a1400d02fe106d5c027 (patch) | |
tree | 17a6c07f76f899faeb0d73c0ed8e7c047ce55e9a /src/CMakeLists.txt | |
parent | 51627b2d480b39025be709fb98210c8388add513 (diff) | |
download | plus-dcac10d557a1e6e0b5854a1400d02fe106d5c027.tar.gz plus-dcac10d557a1e6e0b5854a1400d02fe106d5c027.tar.bz2 plus-dcac10d557a1e6e0b5854a1400d02fe106d5c027.tar.xz plus-dcac10d557a1e6e0b5854a1400d02fe106d5c027.zip |
Move metatile 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 477e89e81..869ac3a98 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -711,6 +711,7 @@ SET(SRCS resources/map/mapheights.h resources/map/maplayer.cpp resources/map/maplayer.h + resources/map/metatile.h render/mgl.cpp render/mgl.h render/mobileopenglgraphics.cpp |