version 1.56 | | version 1.57 |
---|
| | |
extern object *insert_ob_in_map_at(object *op, mapstruct *m, object *originator, int flag, int x, int y); | | extern object *insert_ob_in_map_at(object *op, mapstruct *m, object *originator, int flag, int x, int y); |
extern object *insert_ob_in_map(object *op, mapstruct *m, object *originator, int flag); | | extern object *insert_ob_in_map(object *op, mapstruct *m, object *originator, int flag); |
extern void replace_insert_ob_in_map(char *arch_string, object *op); | | extern void replace_insert_ob_in_map(char *arch_string, object *op); |
extern object *get_split_ob(object *orig_ob, int nr); | | extern object *get_split_ob(object *orig_ob, uint32 nr); |
extern object *decrease_ob_nr(object *op, int i); | | extern object *decrease_ob_nr(object *op, int i); |
extern void add_weight(object *op, signed long weight); | | extern void add_weight(object *op, signed long weight); |
extern object *insert_ob_in_ob(object *op, object *where); | | extern object *insert_ob_in_ob(object *op, object *where); |