Changes by william

This commit is contained in:
2025-02-26 15:49:54 -05:00
parent 06021b9396
commit 2cc0ca2033

View File

@@ -119,6 +119,7 @@ namespace CaveGame::ClientApp {
/// Logs help information to the console. Called when the user runs the 'help' command.
bool HelpCommand(const CommandArgs& args);
/// Shows a list of every command label.
bool ListCommand(const CommandArgs& args);
/// Toggles tile simulation if we are
bool ToggleTileSim(const CommandArgs& args);