diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-11 14:22:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-11 14:22:50 +0300 |
commit | 47ac70cdddac59f6fcaf339295801191aef5b50b (patch) | |
tree | 7a89975482b2a83a518da1ffa6b4d71e7f3fa1cb /src/CMakeLists.txt | |
parent | dcac10d557a1e6e0b5854a1400d02fe106d5c027 (diff) | |
download | mv-47ac70cdddac59f6fcaf339295801191aef5b50b.tar.gz mv-47ac70cdddac59f6fcaf339295801191aef5b50b.tar.bz2 mv-47ac70cdddac59f6fcaf339295801191aef5b50b.tar.xz mv-47ac70cdddac59f6fcaf339295801191aef5b50b.zip |
Move tileanimation into separate file.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 869ac3a98..450823764 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -755,7 +755,9 @@ SET(SRCS listeners/playerrelationslistener.h position.cpp position.h - properties.h + resources/map/properties.h + resources/map/tileanimation.cpp + resources/map/tileanimation.h particle/rotationalparticle.cpp particle/rotationalparticle.h render/safeopenglgraphics.cpp |