aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/Engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crepe/api/Engine.h')
-rw-r--r--src/crepe/api/Engine.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/crepe/api/Engine.h b/src/crepe/api/Engine.h
index 23acfb4..452a856 100644
--- a/src/crepe/api/Engine.h
+++ b/src/crepe/api/Engine.h
@@ -46,11 +46,6 @@ private:
*/
void loop();
- //! Fixed update function
- void fixed_update();
- //! Frame update function
- void frame_update();
-
//! Game loop condition
bool game_running = true;