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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/character_system.h b/src/character_system.h index 72a2585..8c2ea54 100644 --- a/src/character_system.h +++ b/src/character_system.h
@@ -23,6 +23,8 @@ public:
23 23
24 void addSpriteToParty(int leaderId, int followerId); 24 void addSpriteToParty(int leaderId, int followerId);
25 25
26 void transplantParty(int leaderId, vec2i pos, Direction dir);
27
26 void moveInDirection(int spriteId, Direction dir); 28 void moveInDirection(int spriteId, Direction dir);
27 29
28 void stopDirecting(int spriteId); 30 void stopDirecting(int spriteId);
@@ -37,8 +39,6 @@ public:
37 39
38 void destroySprite(int spriteId) override; 40 void destroySprite(int spriteId) override;
39 41
40 void clearSpriteCache() override;
41
42private: 42private:
43 43
44 void stopRunning(int spriteId); 44 void stopRunning(int spriteId);