(svn r25372) -Add: Allow opening a goal list window specific to a company

This commit is contained in:
zuu
2013-06-09 13:23:03 +00:00
parent bfc8980c09
commit eaede14b8f
7 changed files with 30 additions and 11 deletions

View File

@@ -51,7 +51,7 @@ void ShowTownDirectory();
void ShowIndustryDirectory();
void ShowIndustryCargoesWindow();
void ShowSubsidiesList();
void ShowGoalsList();
void ShowGoalsList(CompanyID company);
void ShowGoalQuestion(uint16 id, byte type, uint32 button_mask, const char *question);
void ShowStoryBook(CompanyID company, uint16 page_id = INVALID_STORY_PAGE);