(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

This commit is contained in:
dominik
2004-11-21 22:44:13 +00:00
parent 485102814f
commit 4e41cf9e2b
5 changed files with 190 additions and 37 deletions

1
gui.h
View File

@@ -12,6 +12,7 @@ void PlaceProc_Sign(uint tile);
void ShowGameOptions();
void ShowGameDifficulty();
void ShowPatchesSelection();
void ShowNewgrf();
/* graph_gui.c */
void ShowOperatingProfitGraph();