summaryrefslogtreecommitdiff
path: root/gui.h
diff options
context:
space:
mode:
authordominik <dominik@openttd.org>2004-12-14 16:53:38 +0000
committerdominik <dominik@openttd.org>2004-12-14 16:53:38 +0000
commit719686037319207be3bee5bff879c480b7a89a30 (patch)
treee09e6c8a106ac219b9216044e093bbf41a198c8b /gui.h
parent833ce9840929a22f7e8c96ba6dec1f013a3bbe85 (diff)
downloadopenttd-719686037319207be3bee5bff879c480b7a89a30.tar.xz
(svn r1082) Feature: Chat toolbar
- to chat with all players press Return (or Shift-T) and type in the message - Press Return again to send the message
Diffstat (limited to 'gui.h')
-rw-r--r--gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui.h b/gui.h
index 45ea66a15..0da9e557c 100644
--- a/gui.h
+++ b/gui.h
@@ -102,7 +102,7 @@ static const byte _fios_colors[] = {13, 9, 9, 6, 5, 6, 5};
/* network gui */
void ShowNetworkGameWindow();
-
+void ShowChatWindow(StringID str, StringID caption, int maxlen, int maxwidth, byte window_class, uint16 window_number);
/* bridge_gui.c */
void ShowBuildBridgeWindow(uint start, uint end, byte type);