diff options
author | max-001 <maxsmits21@kpnmail.nl> | 2024-11-21 09:16:08 +0100 |
---|---|---|
committer | max-001 <maxsmits21@kpnmail.nl> | 2024-11-21 09:16:08 +0100 |
commit | 2f7f7ef167924be7db75aae2cd3f16ec50323980 (patch) | |
tree | f97b86d343aed18670e90c1a0508f4ef3c73d1f3 /src | |
parent | d3d207b9a2445a9219274466bae2254e1c3db268 (diff) |
Added Doxygen
Diffstat (limited to 'src')
-rw-r--r-- | src/crepe/api/LoopManager.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/crepe/api/LoopManager.h b/src/crepe/api/LoopManager.h index 25b833a..13e6dac 100644 --- a/src/crepe/api/LoopManager.h +++ b/src/crepe/api/LoopManager.h @@ -8,6 +8,11 @@ namespace crepe { +/** + * \brief Main game loop manager + * + * This class is responsible for managing the game loop, including initialization and updating. + */ class LoopManager { public: void start(); |