From 2f4c20a0b6fa0397d623d883ee48ba59563f1e2f Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 18 May 2008 19:22:39 +0000 Subject: standard hail --- src/client/console.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'src/client/console.h') diff --git a/src/client/console.h b/src/client/console.h index 5bdbde6..533a8be 100644 --- a/src/client/console.h +++ b/src/client/console.h @@ -20,11 +20,8 @@ public: Console(); virtual ~Console(); - virtual void flush(); - - void draw_console(); - - void draw_notify(); + /// add notification + void notify(std::string const &message); /// clear notifications void clear_notify(); @@ -56,6 +53,11 @@ public: /// shutdown the client console static void shutdown(); +protected: + void draw_console(); + + void draw_notify(); + private: // notifications size_t notify_pos; -- cgit v1.2.3