changeset 6001 | 1e4c5406cd1a |
parent 5919 | 2b58160d667d |
child 6144 | 5a0ffbf27ced |
6000:f9d6845d5970 | 6001:1e4c5406cd1a |
---|---|
28 { WWT_PUSHTXTBTN, RESIZE_NONE, 13, 0, 316, 210, 221, STR_2042_DO_IT, STR_2044_CARRY_OUT_THE_HIGHLIGHTED}, |
28 { WWT_PUSHTXTBTN, RESIZE_NONE, 13, 0, 316, 210, 221, STR_2042_DO_IT, STR_2044_CARRY_OUT_THE_HIGHLIGHTED}, |
29 { WIDGETS_END}, |
29 { WIDGETS_END}, |
30 }; |
30 }; |
31 |
31 |
32 extern const byte _town_action_costs[8]; |
32 extern const byte _town_action_costs[8]; |
33 extern void DrawPlayerIcon(PlayerID pid, int x, int y); |
|
34 |
33 |
35 /** Get a list of available actions to do at a town. |
34 /** Get a list of available actions to do at a town. |
36 * @param *nump if not NULL add put the number of available actions in it |
35 * @param *nump if not NULL add put the number of available actions in it |
37 * @param pid the player that is querying the town |
36 * @param pid the player that is querying the town |
38 * @param *t the town that is queried |
37 * @param *t the town that is queried |