summaryrefslogtreecommitdiff
path: root/src/gui.h
diff options
context:
space:
mode:
authorzuu <zuu@openttd.org>2013-06-09 12:48:27 +0000
committerzuu <zuu@openttd.org>2013-06-09 12:48:27 +0000
commita2d84868e74ab6814b55db75df82dfb48d494d14 (patch)
treedc2bb8b0f9b3cfba4e34d0e94a186725cb9f74c5 /src/gui.h
parente31190219872a69e4497f8d8f0fb3235c59f826b (diff)
downloadopenttd-a2d84868e74ab6814b55db75df82dfb48d494d14.tar.xz
(svn r25344) -Feature: GUI for viewing story pages
Diffstat (limited to 'src/gui.h')
-rw-r--r--src/gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui.h b/src/gui.h
index 8b31c6c98..79c33e0b3 100644
--- a/src/gui.h
+++ b/src/gui.h
@@ -51,6 +51,7 @@ void ShowIndustryCargoesWindow();
void ShowSubsidiesList();
void ShowGoalsList();
void ShowGoalQuestion(uint16 id, byte type, uint32 button_mask, const char *question);
+void ShowStoryBook();
void ShowEstimatedCostOrIncome(Money cost, int x, int y);