summaryrefslogtreecommitdiff
path: root/gui.h
diff options
context:
space:
mode:
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();