Fixed an error bug
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user