Documentation for Console
This commit is contained in:
parent
3a144749df
commit
e2edde2ee4
1 changed files with 2 additions and 1 deletions
|
@ -47,8 +47,9 @@ struct Console
|
|||
|
||||
Console();
|
||||
|
||||
/** Clear the console to the provided color. */
|
||||
/** Clear the console to the current color. */
|
||||
void clear();
|
||||
/** Clear the console to the provided color. */
|
||||
void clear(Color color);
|
||||
|
||||
/** Write a character to the terminal at the current cursor position. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue