diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-10-11 20:05:29 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-10-11 20:05:29 +0300 |
commit | 2c302cc6cb54881fbe354cc9d5a9997788f63e56 (patch) | |
tree | 9cef7d73dca25c523038ddb2ce13d49349596b27 /src/CMakeLists.txt | |
parent | 3bbfd3d36990113d7e91724625f4a347412dd883 (diff) | |
download | plus-2c302cc6cb54881fbe354cc9d5a9997788f63e56.tar.gz plus-2c302cc6cb54881fbe354cc9d5a9997788f63e56.tar.bz2 plus-2c302cc6cb54881fbe354cc9d5a9997788f63e56.tar.xz plus-2c302cc6cb54881fbe354cc9d5a9997788f63e56.zip |
Add structure for tile object.
Now it contains only image pointer.
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 4079bafca..03692af24 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1136,6 +1136,7 @@ SET(SRCS textmanager.h particle/textparticle.cpp particle/textparticle.h + resources/map/tileinfo.h resources/map/tileset.h touchactions.cpp touchactions.h |