summaryrefslogtreecommitdiff
path: root/src/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui.h')
-rw-r--r--src/gui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui.h b/src/gui.h
index fe14e2d6e..6ef8261a0 100644
--- a/src/gui.h
+++ b/src/gui.h
@@ -17,6 +17,7 @@
#include "tile_type.h"
#include "transport_type.h"
#include "story_type.h"
+#include "company_type.h"
struct Window;
@@ -52,7 +53,7 @@ void ShowIndustryCargoesWindow();
void ShowSubsidiesList();
void ShowGoalsList();
void ShowGoalQuestion(uint16 id, byte type, uint32 button_mask, const char *question);
-void ShowStoryBook(uint16 page_id = INVALID_STORY_PAGE);
+void ShowStoryBook(CompanyID company, uint16 page_id = INVALID_STORY_PAGE);
void ShowEstimatedCostOrIncome(Money cost, int x, int y);