Home
last modified time | relevance | path

Searched refs:MAPPOINT_STATS_W (Results 1 – 6 of 6) sorted by relevance

/dports/games/lincity/lincity-1.13.1/
H A Dshrglobs.c38 int monthgraph_pop[MAPPOINT_STATS_W], monthgraph_starve[MAPPOINT_STATS_W];
39 int monthgraph_nojobs[MAPPOINT_STATS_W], monthgraph_ppool[MAPPOINT_STATS_W];
43 int diffgraph_power[MAPPOINT_STATS_W], diffgraph_coal[MAPPOINT_STATS_W];
44 int diffgraph_goods[MAPPOINT_STATS_W], diffgraph_ore[MAPPOINT_STATS_W];
45 int diffgraph_population[MAPPOINT_STATS_W];
H A Dcliglobs.h110 extern int diffgraph_power[MAPPOINT_STATS_W], diffgraph_coal[MAPPOINT_STATS_W];
111 extern int diffgraph_goods[MAPPOINT_STATS_W], diffgraph_ore[MAPPOINT_STATS_W];
112 extern int diffgraph_population[MAPPOINT_STATS_W], diff_old_population;
H A Dmps.h28 #define MPS_INFO_CHARS (MAPPOINT_STATS_W / 8) + 1
H A Dgeometry.h287 #undef MAPPOINT_STATS_W
292 #define MAPPOINT_STATS_W (PBAR_AREA_W - 8) macro
H A Dlin-city.h661 #define MAPPOINT_STATS_W MONTHGRAPH_W macro
H A Dgeometry.c275 scr->mappoint_stats.w = MAPPOINT_STATS_W; in initialize_geometry()