diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-07 10:25:11 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-07 10:25:11 +0100 |
commit | a7874bd098eb263ac8688a76aa2e1b896ab6d455 (patch) | |
tree | 5754d88f0f180b9471abaa373d9a6ff0454659f8 /src/crepe/api/Engine.h | |
parent | 725bb89cd3690d396502ab90baa35fa4eec6fe98 (diff) |
partially revert engine
Diffstat (limited to 'src/crepe/api/Engine.h')
-rw-r--r-- | src/crepe/api/Engine.h | 5 |
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; |