aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormax-001 <maxsmits21@kpnmail.nl>2024-11-21 09:16:08 +0100
committermax-001 <maxsmits21@kpnmail.nl>2024-11-21 09:16:08 +0100
commit2f7f7ef167924be7db75aae2cd3f16ec50323980 (patch)
treef97b86d343aed18670e90c1a0508f4ef3c73d1f3
parentd3d207b9a2445a9219274466bae2254e1c3db268 (diff)
Added Doxygen
-rw-r--r--src/crepe/api/LoopManager.h5
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();