summaryrefslogtreecommitdiff
path: root/gui.h
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2004-12-04 17:54:56 +0000
committertruelight <truelight@openttd.org>2004-12-04 17:54:56 +0000
commitb8f6d41418982163965dd5beb0b39dbdce1fbe8f (patch)
tree68d3e795694a875138c369707ed74b5b4b022d49 /gui.h
parent0434287ef826a4ed72cd8528a52a86ae8b70a948 (diff)
downloadopenttd-b8f6d41418982163965dd5beb0b39dbdce1fbe8f.tar.xz
(svn r942) -Merged branch/network back into the trunk
Diffstat (limited to 'gui.h')
-rw-r--r--gui.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gui.h b/gui.h
index 461bdb40f..0e679086c 100644
--- a/gui.h
+++ b/gui.h
@@ -93,6 +93,12 @@ void AskForNewGameToStart();
void DrawEditBox(Window *w, int wid);
void HandleEditBox(Window *w, int wid);
+void BuildFileList();
+void SetFiosType(const byte fiostype);
+
+/* FIOS_TYPE_FILE, FIOS_TYPE_OLDFILE etc. different colours */
+static const byte _fios_colors[] = {13, 9, 9, 6, 5, 6, 5};
+
/* network gui */
void ShowNetworkGameWindow();