Code cleanup and documentation

This commit is contained in:
2025-10-18 21:35:01 +02:00
parent 6b0e858064
commit e124e3071e
17 changed files with 105 additions and 95 deletions

View File

@@ -1,7 +1,7 @@
/*
* Created by snapshot112 on 10/15/25.
* Created by snapshot112 on 10/17/2025
*
* Display the manual for the minigames
* Provides a way to display the minigame manual in the assets in game.
*/
#ifndef MINIGAME_MENU_MANUAL_H
@@ -9,7 +9,7 @@
#include "grid_game_engine.h"
/*
* A game manual for the minigames menu.
* An in game manual for the minigames menu.
*
* Please make sure to include and initialize the game engine before opening the manual
*
@@ -20,7 +20,7 @@
* Clears the console and uses it to display the manual.
*
* Controls:
* Press ESCAPE or ENTER to exit the manual.
* Press ESCAPE or BACKSPACE to exit the manual.
*/
void manual(coordinate display_location);