diff options
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b287ec5e..2df9ef49 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -406,6 +406,8 @@ SET(SRCS actor.h actorsprite.cpp actorsprite.h + actorspritemanager.cpp + actorspritemanager.h animatedsprite.cpp animatedsprite.h animationparticle.cpp @@ -414,8 +416,6 @@ SET(SRCS avatar.h being.cpp being.h - beingmanager.cpp - beingmanager.h chatlog.cpp chatlog.h client.cpp @@ -438,8 +438,6 @@ SET(SRCS equipment.h flooritem.cpp flooritem.h - flooritemmanager.cpp - flooritemmanager.h game.cpp game.h graphics.cpp |