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/Makefile.am | |
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/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 1da5d60d1..1e21f80fd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1143,6 +1143,7 @@ manaplus_SOURCES += main.cpp \ resources/map/speciallayer.h \ resources/map/tileanimation.cpp \ resources/map/tileanimation.h \ + resources/map/tileinfo.h \ resources/map/tileset.h \ resources/map/walklayer.cpp \ resources/map/walklayer.h \ |