Code cleanup and documentation
This commit is contained in:
8
manual.h
8
manual.h
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user