diff options
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 02a08bfe..3c9e6e82 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -400,6 +400,8 @@ SET(SRCS utils/mkdir.h utils/xml.cpp utils/xml.h + actor.cpp + actor.h animatedsprite.cpp animatedsprite.h animationparticle.cpp @@ -487,7 +489,6 @@ SET(SRCS simpleanimation.h sound.cpp sound.h - sprite.h statuseffect.cpp statuseffect.h text.cpp |