summary refs log tree commit diff stats
path: root/src/character_system.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/character_system.h')
-rw-r--r--src/character_system.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/character_system.h b/src/character_system.h index 79c1710..ef49d0e 100644 --- a/src/character_system.h +++ b/src/character_system.h
@@ -47,6 +47,9 @@ private:
47 47
48 void stopRunningSound(Sprite& sprite); 48 void stopRunningSound(Sprite& sprite);
49 49
50 // state should be the party leader's state
51 void setAnimationFor(int spriteId, CharacterState state);
52
50 Game& game_; 53 Game& game_;
51 Timer inputTimer_ {33}; 54 Timer inputTimer_ {33};
52}; 55};