Home
last modified time | relevance | path

Searched refs:draw_pbar_new (Results 1 – 2 of 2) sorted by relevance

/dports/games/lincity/lincity-1.13.1/
H A Dpbar.c151 draw_pbar_new (b, pbar_adjust_pop(pbars[PPOP].diff)); in refresh_pbars()
156 draw_pbar_new (b, pbar_adjust_tech(pbars[PTECH].diff)); in refresh_pbars()
166 draw_pbar_new (b, pbar_adjust_food(pbars[PFOOD].diff)); in refresh_pbars()
171 draw_pbar_new (b, pbar_adjust_jobs(pbars[PFOOD].diff)); in refresh_pbars()
176 draw_pbar_new (b, pbar_adjust_coal(pbars[PCOAL].diff)); in refresh_pbars()
181 draw_pbar_new (b, pbar_adjust_goods(pbars[PGOODS].diff)); in refresh_pbars()
186 draw_pbar_new (b, pbar_adjust_ore(pbars[PORE].diff)); in refresh_pbars()
191 draw_pbar_new (b, pbar_adjust_steel(pbars[PSTEEL].diff)); in refresh_pbars()
196 draw_pbar_new (b, pbar_adjust_money(pbars[PMONEY].diff)); in refresh_pbars()
290 draw_pbar_new (Rect* b, int val) in draw_pbar_new() function
H A Dpbar.h27 void draw_pbar_new (Rect* b, int val);