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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/character_system.h b/src/character_system.h index c6d4e6d..72a2585 100644 --- a/src/character_system.h +++ b/src/character_system.h
@@ -35,6 +35,8 @@ public:
35 35
36 void halt(int spriteId); 36 void halt(int spriteId);
37 37
38 void destroySprite(int spriteId) override;
39
38 void clearSpriteCache() override; 40 void clearSpriteCache() override;
39 41
40private: 42private: