summaryrefslogtreecommitdiff
path: root/network_gui.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-09-01 13:35:43 +0000
committertron <tron@openttd.org>2006-09-01 13:35:43 +0000
commit8ef52bc43c3afe9139aed61a64b023f5ca49101d (patch)
tree8390bc18a0b9bc901d95d47c600997066ebe0508 /network_gui.h
parent47b0d41d63b5e835d528f82a232d75a995e31fda (diff)
downloadopenttd-8ef52bc43c3afe9139aed61a64b023f5ca49101d.tar.xz
(svn r6297) -Codechange: Disentangle the query window mess a bit: Move the network game password handling somewhere were it belongs to
Diffstat (limited to 'network_gui.h')
-rw-r--r--network_gui.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/network_gui.h b/network_gui.h
new file mode 100644
index 000000000..521ebc524
--- /dev/null
+++ b/network_gui.h
@@ -0,0 +1,8 @@
+/* $Id$ */
+
+#ifndef NETWORK_GUI_H
+#define NETWORK_GUI_H
+
+void ShowNetworkNeedPassword(NetworkPasswordType npt);
+
+#endif