From 967f25461bbde28dbc0247fa1c491e9d9938a5b2 Mon Sep 17 00:00:00 2001 From: Kahrl Date: Sat, 3 Dec 2011 09:01:14 +0100 Subject: Chat console, including a number of rebases and modifications. Defaults modified from original: alpha=200, key=F10 --- src/game.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/game.h') diff --git a/src/game.h b/src/game.h index a9db6c3e1..01e955ecd 100644 --- a/src/game.h +++ b/src/game.h @@ -122,6 +122,8 @@ public: virtual void clear() {}; }; +class ChatBackend; /* to avoid having to include chat.h */ + void the_game( bool &kill, bool random_input, @@ -134,7 +136,8 @@ void the_game( std::string address, u16 port, std::wstring &error_message, - std::string configpath + std::string configpath, + ChatBackend &chat_backend ); #endif -- cgit v1.2.3