From 4e41cf9e2bf99fb544562840d098d112d20220b1 Mon Sep 17 00:00:00 2001 From: dominik Date: Sun, 21 Nov 2004 22:44:13 +0000 Subject: (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 --- gui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gui.h') 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(); -- cgit v1.2.3-54-g00ecf