diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2006-11-19 21:24:36 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2006-11-19 21:24:36 +0000 |
commit | 7ac7d0e030464f744546b4e6183a7242f640d5d3 (patch) | |
tree | f19831b29511d46e8aba45ace6017c8e6afe815b /src/action.h | |
parent | b7cfcffd7a156e19dfa9882d67426f4fa6edef57 (diff) | |
download | mana-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.h | 9 |
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; |