Home
last modified time | relevance | path

Searched refs:PBAR_POP_Y (Results 1 – 4 of 4) sorted by relevance

/dports/games/lincity-ng/lincity-ng-2.0/src/gui_interface/
H A Dpbar_interface.h34 #define PBAR_POP_Y (PBAR_AREA_Y + 4) macro
36 #define PBAR_TECH_Y PBAR_POP_Y+(PBAR_H+1)
38 #define PBAR_FOOD_Y PBAR_POP_Y+(PBAR_H+1)*2
40 #define PBAR_JOBS_Y PBAR_POP_Y+(PBAR_H+1)*3
42 #define PBAR_COAL_Y PBAR_POP_Y+(PBAR_H+1)*4
44 #define PBAR_GOODS_Y PBAR_POP_Y+(PBAR_H+1)*5
46 #define PBAR_ORE_Y PBAR_POP_Y+(PBAR_H+1)*6
48 #define PBAR_STEEL_Y PBAR_POP_Y+(PBAR_H+1)*7
50 #define PBAR_MONEY_Y PBAR_POP_Y+(PBAR_H+1)*8
/dports/games/lincity/lincity-1.13.1/
H A Dpbar.h33 #define PBAR_POP_Y (PBAR_AREA_Y + 4) macro
35 #define PBAR_TECH_Y PBAR_POP_Y+(PBAR_H+1)
37 #define PBAR_FOOD_Y PBAR_POP_Y+(PBAR_H+1)*2
39 #define PBAR_JOBS_Y PBAR_POP_Y+(PBAR_H+1)*3
41 #define PBAR_COAL_Y PBAR_POP_Y+(PBAR_H+1)*4
43 #define PBAR_GOODS_Y PBAR_POP_Y+(PBAR_H+1)*5
45 #define PBAR_ORE_Y PBAR_POP_Y+(PBAR_H+1)*6
47 #define PBAR_STEEL_Y PBAR_POP_Y+(PBAR_H+1)*7
49 #define PBAR_MONEY_Y PBAR_POP_Y+(PBAR_H+1)*8
H A Dgeometry.h246 #define PBAR_POP_Y (PBAR_AREA_Y + 4) macro
248 #define PBAR_TECH_Y PBAR_POP_Y+(PBAR_H+1)
250 #define PBAR_FOOD_Y PBAR_POP_Y+(PBAR_H+1)*2
252 #define PBAR_JOBS_Y PBAR_POP_Y+(PBAR_H+1)*3
254 #define PBAR_COAL_Y PBAR_POP_Y+(PBAR_H+1)*4
256 #define PBAR_GOODS_Y PBAR_POP_Y+(PBAR_H+1)*5
258 #define PBAR_ORE_Y PBAR_POP_Y+(PBAR_H+1)*6
260 #define PBAR_STEEL_Y PBAR_POP_Y+(PBAR_H+1)*7
262 #define PBAR_MONEY_Y PBAR_POP_Y+(PBAR_H+1)*8
H A Dgeometry.c121 scr->pbar_pop.y = PBAR_POP_Y; in initialize_geometry()