diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-12-11 15:01:58 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-12-11 15:01:58 +0100 |
commit | 68c9e7511ea52c6ee70d052bbdf2923cd68bfa8a (patch) | |
tree | 508bfd76d4759eab936300531c7a468aaf740cf2 /src/crepe/api/LoopManager.h | |
parent | e49893e8de74534494792955c50ea0eabaf3ba38 (diff) |
`make format`wouter/gameloop
Diffstat (limited to 'src/crepe/api/LoopManager.h')
-rw-r--r-- | src/crepe/api/LoopManager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/api/LoopManager.h b/src/crepe/api/LoopManager.h index 0110695..487f07a 100644 --- a/src/crepe/api/LoopManager.h +++ b/src/crepe/api/LoopManager.h @@ -69,6 +69,7 @@ private: //! Indicates whether the game is running. bool game_running = false; + private: //! Global context Mediator mediator; @@ -90,7 +91,6 @@ private: SDLContext & sdl_context = SDLContext::get_instance(); private: - /** * \brief Callback function for ShutDownEvent * |