aboutsummaryrefslogtreecommitdiffstats
path: root/include/engine.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/engine.hpp')
-rw-r--r--include/engine.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/engine.hpp b/include/engine.hpp
index c842b59..1c5f510 100644
--- a/include/engine.hpp
+++ b/include/engine.hpp
@@ -20,6 +20,7 @@ public:
void init(void);
void render(entityx::TimeDelta dt);
+ void resetRender(entityx::TimeDelta dt);
void update(entityx::TimeDelta dt);
template<typename T>