Fixed an error bug

This commit is contained in:
2025-09-02 09:23:46 -05:00
parent f915a4208b
commit 71080682cc
9 changed files with 111 additions and 24 deletions

View File

@@ -94,10 +94,9 @@ consolevar_t * consoleRegVar(
consolevar_t * consoleVarGet(const char_t *name);
/**
* Sets the value of a console variable.
* Prints a message to the console.
*
* @param name The name of the variable.
* @param value The new value of the variable.
* @param message The message to print.
*/
void consolePrint(
const char_t *message,