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
commit967425b368211a702bf6b78b17031ae105078a32 (patch)
treee09e6c8a106ac219b9216044e093bbf41a198c8b /gui.h
parenta63b2f3061931ad37af316d58a23327a8edd9d76 (diff)
downloadopenttd-967425b368211a702bf6b78b17031ae105078a32.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);