diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-20 18:33:36 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-20 18:33:36 +0300 |
commit | 982d842ce7006888cb943249efaa59db9607346d (patch) | |
tree | 2f82f029ef180ecb78dab4cb0be010de1880fd4d /src/CMakeLists.txt | |
parent | a6d1f7f9abdedce7c03056408ed2172792abce53 (diff) | |
download | plus-982d842ce7006888cb943249efaa59db9607346d.tar.gz plus-982d842ce7006888cb943249efaa59db9607346d.tar.bz2 plus-982d842ce7006888cb943249efaa59db9607346d.tar.xz plus-982d842ce7006888cb943249efaa59db9607346d.zip |
Move animatedsprite into sprite directory.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index cb4eb0fd4..1307039e4 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -862,8 +862,8 @@ SET(SRCS listeners/charrenamelistener.h actormanager.cpp actormanager.h - animatedsprite.cpp - animatedsprite.h + resources/sprite/animatedsprite.cpp + resources/sprite/animatedsprite.h animationdelayload.cpp animationdelayload.h particle/animationparticle.cpp @@ -1296,8 +1296,8 @@ SET(DYE_CMD_SRCS events/event.h gui/rect.h dyetool/dyemain.cpp - animatedsprite.cpp - animatedsprite.h + resources/sprite/animatedsprite.cpp + resources/sprite/animatedsprite.h animationdelayload.cpp animationdelayload.h configuration.cpp |