(svn r17582) -Codechange: Move TownActions and _town_action_costs[] to a header file to allow sharing.

This commit is contained in:
alberth
2009-09-20 10:08:10 +00:00
parent 9ba9e31495
commit 17a52eb852
3 changed files with 29 additions and 23 deletions

View File

@@ -76,8 +76,6 @@ static const NWidgetPart _nested_town_authority_widgets[] = {
NWidget(WWT_PUSHTXTBTN, COLOUR_BROWN, TWA_EXECUTE), SetMinimalSize(317, 12), SetDataTip(STR_LOCAL_AUTHORITY_DO_IT_BUTTON, STR_LOCAL_AUTHORITY_DO_IT_TOOLTIP),
};
extern const byte _town_action_costs[8];
struct TownAuthorityWindow : Window {
private:
Town *town;