From 34d90da509a27c4abe35c11d7f034b1e386cd968 Mon Sep 17 00:00:00 2001 From: truebrain Date: Tue, 3 Jan 2012 16:36:24 +0000 Subject: (svn r23731) -Add: add GSGoal::Question(), to ask a question to a(ll) company(ies). It can contain random text, and at most 3 buttons from a collection of 17 --- src/gui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui.h') diff --git a/src/gui.h b/src/gui.h index a83dd8fc7..68e1abd2b 100644 --- a/src/gui.h +++ b/src/gui.h @@ -53,6 +53,7 @@ void ShowTownDirectory(); void ShowIndustryDirectory(); void ShowSubsidiesList(); void ShowGoalsList(); +void ShowGoalQuestion(uint16 id, uint32 button_mask, const char *question); void ShowEstimatedCostOrIncome(Money cost, int x, int y); -- cgit v1.2.3-54-g00ecf