1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-18 10:45:27 +02:00

Chat console, including a number of rebases and modifications.

Defaults modified from original: alpha=200, key=F10
This commit is contained in:
Kahrl
2011-12-03 09:01:14 +01:00
committed by Perttu Ahola
parent 0053651814
commit 967f25461b
17 changed files with 1941 additions and 146 deletions

View File

@@ -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