Home
last modified time | relevance | path

Searched refs:building_monument_needs_resources (Results 1 – 3 of 3) sorted by relevance

/dports/games/augustus/augustus-3.1.0/src/building/
H A Dmonument.h38 int building_monument_needs_resources(building *b);
H A Dmonument.c275 (!resource && building_monument_needs_resources(b))) { in building_monument_get_monument()
496 int building_monument_needs_resources(building *b) in building_monument_needs_resources() function
511 if (building_monument_needs_resources(b)) { in building_monument_progress()
/dports/games/augustus/augustus-3.1.0/src/window/building/
H A Dcommon.c191 if (building_monument_needs_resources(b)) { in window_building_draw_monument_resources_needed()