(svn r7357) -Codechange: new NewGRF set up window which allows modification of NewGRF settings.

This commit is contained in:
peter1138
2006-12-04 14:27:54 +00:00
parent 9a87e1e0ea
commit c7d3d996bf
8 changed files with 502 additions and 150 deletions

1
gui.h
View File

@@ -17,7 +17,6 @@ void CcTerraform(bool success, TileIndex tile, uint32 p1, uint32 p2);
void ShowGameOptions(void);
void ShowGameDifficulty(void);
void ShowPatchesSelection(void);
void ShowNewgrf(void);
void DrawArrowButtons(int x, int y, int ctab, byte state, bool clickable_left, bool clickable_right);
/* graph_gui.c */