summaryrefslogtreecommitdiff
path: root/gui.h
diff options
context:
space:
mode:
authordominik <dominik@openttd.org>2004-11-21 22:44:13 +0000
committerdominik <dominik@openttd.org>2004-11-21 22:44:13 +0000
commit4e41cf9e2bf99fb544562840d098d112d20220b1 (patch)
tree372b7858cb2ddd4efc32eb7c98fe7ef0fa53afb2 /gui.h
parent485102814f209ee46a5a575f19af8931dd0bf094 (diff)
downloadopenttd-4e41cf9e2bf99fb544562840d098d112d20220b1.tar.xz
(svn r745) Added newgrf GUI (in options menu)\nThe interface currently only displays the installed grf sets, you can't (de)activate them through the gui yet
Diffstat (limited to 'gui.h')
-rw-r--r--gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui.h b/gui.h
index 59c5951ac..461bdb40f 100644
--- a/gui.h
+++ b/gui.h
@@ -12,6 +12,7 @@ void PlaceProc_Sign(uint tile);
void ShowGameOptions();
void ShowGameDifficulty();
void ShowPatchesSelection();
+void ShowNewgrf();
/* graph_gui.c */
void ShowOperatingProfitGraph();