summaryrefslogtreecommitdiff
path: root/gui.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-12-04 14:27:54 +0000
committerpeter1138 <peter1138@openttd.org>2006-12-04 14:27:54 +0000
commitc7d3d996bf34218aa83764b055e9a3463d624308 (patch)
treeeb735610b291d04eb8d084378a46cf3e14de30d6 /gui.h
parent9a87e1e0ea23e4ca76ebc1b2d9bcc08110d5a674 (diff)
downloadopenttd-c7d3d996bf34218aa83764b055e9a3463d624308.tar.xz
(svn r7357) -Codechange: new NewGRF set up window which allows modification of NewGRF settings.
Diffstat (limited to 'gui.h')
-rw-r--r--gui.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gui.h b/gui.h
index dfa4313fa..874a522a1 100644
--- a/gui.h
+++ b/gui.h
@@ -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 */