summaryrefslogtreecommitdiff
path: root/src/action.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2006-11-19 21:24:36 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2006-11-19 21:24:36 +0000
commit7ac7d0e030464f744546b4e6183a7242f640d5d3 (patch)
treef19831b29511d46e8aba45ace6017c8e6afe815b /src/action.h
parentb7cfcffd7a156e19dfa9882d67426f4fa6edef57 (diff)
downloadmana-7ac7d0e030464f744546b4e6183a7242f640d5d3.tar.gz
mana-7ac7d0e030464f744546b4e6183a7242f640d5d3.tar.bz2
mana-7ac7d0e030464f744546b4e6183a7242f640d5d3.tar.xz
mana-7ac7d0e030464f744546b4e6183a7242f640d5d3.zip
Separated sprite definition from playback.
Diffstat (limited to 'src/action.h')
-rw-r--r--src/action.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/action.h b/src/action.h
index 3dcc02f7..8d5e8d11 100644
--- a/src/action.h
+++ b/src/action.h
@@ -28,9 +28,6 @@
#include <libxml/tree.h>
-class Image;
-
-struct AnimationPhase;
class Animation;
/**
@@ -52,12 +49,6 @@ class Action
void
setAnimation(int direction, Animation *animation);
- /**
- * Resets all animations associated with this action.
- */
- void
- reset();
-
Animation*
getAnimation(int direction) const;