summary refs log tree commit diff stats
path: root/src/systems/animating.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/systems/animating.h')
-rw-r--r--src/systems/animating.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/systems/animating.h b/src/systems/animating.h index 548bff1..acc6191 100644 --- a/src/systems/animating.h +++ b/src/systems/animating.h
@@ -16,6 +16,8 @@ public:
16 16
17 void render(Texture& texture); 17 void render(Texture& texture);
18 18
19 void initPrototype(id_type entity);
20
19 void startAnimation(id_type entity, std::string animation); 21 void startAnimation(id_type entity, std::string animation);
20 22
21}; 23};