(svn r25352) -Feature: GameScript API for selecting a story page to view

This commit is contained in:
zuu
2013-06-09 12:57:22 +00:00
parent 848ca543a2
commit 141c08166d
8 changed files with 55 additions and 3 deletions

View File

@@ -16,6 +16,7 @@
#include "economy_type.h"
#include "tile_type.h"
#include "transport_type.h"
#include "story_type.h"
struct Window;
@@ -51,7 +52,7 @@ void ShowIndustryCargoesWindow();
void ShowSubsidiesList();
void ShowGoalsList();
void ShowGoalQuestion(uint16 id, byte type, uint32 button_mask, const char *question);
void ShowStoryBook();
void ShowStoryBook(uint16 page_id = INVALID_STORY_PAGE);
void ShowEstimatedCostOrIncome(Money cost, int x, int y);