| 110 | } |
| 111 | |
| 112 | size_t Kitchen::size() |
| 113 | { |
| 114 | return plotinfo->kitchen.item_types.size(); |
| 115 | } |
| 116 | |
| 117 | int Kitchen::findExclusion(df::kitchen_exc_type type, |
| 118 | df::item_type item_type, int16_t item_subtype, |
no outgoing calls
no test coverage detected