Documentation for Console

This commit is contained in:
Eryn Wells 2016-03-12 18:56:39 -05:00
parent 3a144749df
commit e2edde2ee4

View file

@ -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. */