summaryrefslogtreecommitdiff
path: root/gui.h
diff options
context:
space:
mode:
authordominik <dominik@openttd.org>2004-12-22 13:19:26 +0000
committerdominik <dominik@openttd.org>2004-12-22 13:19:26 +0000
commit38b8b7848f169db08549b97954fd8810a3d0f3bd (patch)
tree849dd228026826b8163c4b72bee611082a3ffb5f /gui.h
parent4e38703e8cdc63c33b1f70079ac250a0415ce0f8 (diff)
downloadopenttd-38b8b7848f169db08549b97954fd8810a3d0f3bd.tar.xz
(svn r1215) Feature: You can now make a custom currency by chosing "Custom..."
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 0da9e557c..0786c8c53 100644
--- a/gui.h
+++ b/gui.h
@@ -13,6 +13,7 @@ void ShowGameOptions();
void ShowGameDifficulty();
void ShowPatchesSelection();
void ShowNewgrf();
+void ShowCustCurrency();
/* graph_gui.c */
void ShowOperatingProfitGraph();