diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-11 15:17:30 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-11 15:17:30 +0300 |
commit | 788f91b8b779a3b99cf4a7f8f53488f45b2edc09 (patch) | |
tree | 9d9027582877b443bdd872a25de3796b8987cf30 /src/Makefile.am | |
parent | 211aab93fed3462f875b66c3aecf0bfc98c3467a (diff) | |
download | plus-788f91b8b779a3b99cf4a7f8f53488f45b2edc09.tar.gz plus-788f91b8b779a3b99cf4a7f8f53488f45b2edc09.tar.bz2 plus-788f91b8b779a3b99cf4a7f8f53488f45b2edc09.tar.xz plus-788f91b8b779a3b99cf4a7f8f53488f45b2edc09.zip |
Move speciallayer into separate file.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 2289e37ba..b99c2a2e5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -846,6 +846,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ position.cpp \ position.h \ resources/map/properties.h \ + resources/map/speciallayer.cpp \ + resources/map/speciallayer.h \ resources/map/tileanimation.cpp \ resources/map/tileanimation.h \ particle/rotationalparticle.cpp \ |