mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-09 15:12:35 -04:00
Clear with buffer clear
This commit is contained in:
parent
d175e33990
commit
ddffc69937
2 changed files with 6 additions and 6 deletions
|
@ -312,7 +312,7 @@ class Console : public Widget {
|
|||
public:
|
||||
Console(Rect parent_rect);
|
||||
|
||||
void clear();
|
||||
void clear(bool clear_buffer);
|
||||
void write(std::string message);
|
||||
void writeln(std::string message);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue