Home
last modified time | relevance | path

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

/dports/games/lincity/lincity-1.13.1/
H A Dpbar.c94 write_pbar_int (Rect* b, int val) in write_pbar_int() function
140 write_pbar_int (b, PPOP); in refresh_population_text()
152 write_pbar_int (b, PPOP); in refresh_pbars()
167 write_pbar_int (b, PFOOD); in refresh_pbars()
172 write_pbar_int (b, PJOBS); in refresh_pbars()
177 write_pbar_int (b, PCOAL); in refresh_pbars()
182 write_pbar_int (b, PGOODS); in refresh_pbars()
187 write_pbar_int (b, PORE); in refresh_pbars()
192 write_pbar_int (b, PSTEEL); in refresh_pbars()
197 write_pbar_int (b, PMONEY); in refresh_pbars()
H A Dpbar.h18 void write_pbar_int (Rect* b, int val);