summaryrefslogtreecommitdiff
path: root/src/animatedsprite.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2006-11-14 21:40:40 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2006-11-14 21:40:40 +0000
commit82f587f2f3795898ed4fb7b125bf34b7e13de7cd (patch)
tree493f9591dac9f7e763a026b98b9860cab498eb13 /src/animatedsprite.cpp
parent81567749246fd4f3fb3a9c1fdbaae41327459612 (diff)
downloadmana-client-82f587f2f3795898ed4fb7b125bf34b7e13de7cd.tar.gz
mana-client-82f587f2f3795898ed4fb7b125bf34b7e13de7cd.tar.bz2
mana-client-82f587f2f3795898ed4fb7b125bf34b7e13de7cd.tar.xz
mana-client-82f587f2f3795898ed4fb7b125bf34b7e13de7cd.zip
Separated Action class to its own module.
Diffstat (limited to 'src/animatedsprite.cpp')
-rw-r--r--src/animatedsprite.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/animatedsprite.cpp b/src/animatedsprite.cpp
index e7439644..e5a4df15 100644
--- a/src/animatedsprite.cpp
+++ b/src/animatedsprite.cpp
@@ -24,6 +24,7 @@
#include "animatedsprite.h"
#include "animation.h"
+#include "action.h"
#include "graphics.h"
#include "log.h"