aboutsummaryrefslogtreecommitdiffstats
path: root/include/engine.hpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2017-01-12 09:27:43 -0500
committerClyne Sullivan <tullivan99@gmail.com>2017-01-12 09:27:43 -0500
commit620311fb15953984c2fe37917d678f9b3aaa00b6 (patch)
tree98cf46c253228495245020e881a6e2edb6cb2644 /include/engine.hpp
parentb018bfd5d69a51b352cc87cf92136a0b20712845 (diff)
fixes, main cleanup
Diffstat (limited to 'include/engine.hpp')
-rw-r--r--include/engine.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/engine.hpp b/include/engine.hpp
index a331e50..417522d 100644
--- a/include/engine.hpp
+++ b/include/engine.hpp
@@ -40,13 +40,6 @@ public:
void init(void);
/**
- * Updates all rendering systems.
- * @param dt the delta time
- */
- void render(entityx::TimeDelta dt);
- void resetRender(entityx::TimeDelta dt);
-
- /**
* Updates all logic systems.
* @param dt the delta time
*/