summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2006-12-12 15:06:06 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2006-12-12 15:06:06 +0000
commit7467afb637960fc8f3c8e631b95bb3e662285057 (patch)
tree34ba6896c8795ab3c1e6bb7fccbce27a5dd491ed /src/CMakeLists.txt
parentf4f6c66a1ebe115dde9dc7a9b793b36ddc708d3c (diff)
downloadmana-client-7467afb637960fc8f3c8e631b95bb3e662285057.tar.gz
mana-client-7467afb637960fc8f3c8e631b95bb3e662285057.tar.bz2
mana-client-7467afb637960fc8f3c8e631b95bb3e662285057.tar.xz
mana-client-7467afb637960fc8f3c8e631b95bb3e662285057.zip
Moved Action, Animation and Frame (renamed from AnimationPhase) classes into
the resources directory, since they are part of the SpriteDef class.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index b6a77e27..5d796fc2 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -199,8 +199,12 @@ SET(SRCS
net/skillhandler.h
net/tradehandler.cpp
net/tradehandler.h
+ resources/action.cpp
+ resources/action.h
resources/ambientoverlay.cpp
resources/ambientoverlay.h
+ resources/animation.cpp
+ resources/animation.h
resources/equipmentdb.cpp
resources/equipmentdb.h
resources/equipmentinfo.h
@@ -240,12 +244,8 @@ SET(SRCS
utils/tostring.h
utils/xml.cpp
utils/xml.h
- action.cpp
- action.h
animatedsprite.cpp
animatedsprite.h
- animation.cpp
- animation.h
base64.cpp
base64.h
being.cpp