Home
last modified time | relevance | path

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

/dports/games/augustus/augustus-3.1.0/src/game/
H A Dresource.h85 int inventory_is_set(int inventory, int flag);
H A Dresource.c45 int inventory_is_set(int inventory, int flag) in inventory_is_set() function
/dports/games/augustus/augustus-3.1.0/src/building/
H A Ddistribution.c57 if (inventory_is_set(allowed, current_inventory) && in building_distribution_fetch()
/dports/games/augustus/augustus-3.1.0/src/window/building/
H A Ddistribution.c575 if (inventory == INVENTORY_NONE || !inventory_is_set(allowed, inventory)) { in window_building_draw_supplier_orders_foreground()
1098 if (inventory == INVENTORY_NONE || !inventory_is_set(allowed, inventory)) { in get_resource_index_for_supplier()