| 64 | } |
| 65 | |
| 66 | bool Constructions::insert(df::construction * constr) |
| 67 | { |
| 68 | bool toInsert; |
| 69 | insert_into_vector(world->event.constructions, &df::construction::pos, constr, &toInsert); |
| 70 | return toInsert; |
| 71 | } |
| 72 | |
| 73 | bool Constructions::designateNew(df::coord pos, df::construction_type type, |
| 74 | df::item_type item, int mat_index) |