Switching between waterfall and console mode.

Also remove an unused Console constructor.
This commit is contained in:
Jared Boone 2015-10-16 19:39:44 -07:00
parent d0f35cf89d
commit be94c9fa9b
4 changed files with 26 additions and 10 deletions

View file

@ -32,12 +32,6 @@ namespace ui {
class Console : public Widget {
public:
constexpr Console(
const Rect parent_rect
) : Widget { parent_rect }
{
}
void clear();
void write(const std::string message);
void writeln(const std::string message);