| 68 | } |
| 69 | |
| 70 | static bool is_add_spatter(const std::string &name) |
| 71 | { |
| 72 | return name.size() > 12 && memcmp(name.data(), "SPATTER_ADD_", 12) == 0; |
| 73 | } |
| 74 | |
| 75 | static void find_material(int *type, int *index, df::item *input, MaterialSource &mat) |
| 76 | { |
no test coverage detected