diff options
Diffstat (limited to 'include/engine.hpp')
-rw-r--r-- | include/engine.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/engine.hpp b/include/engine.hpp index 52569e7..2b03696 100644 --- a/include/engine.hpp +++ b/include/engine.hpp @@ -44,6 +44,7 @@ public: * @param dt the delta time */ void render(entityx::TimeDelta dt); + void resetRender(entityx::TimeDelta dt); /** * Updates all logic systems. |