ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/libproto.h
(Generate patch)

Comparing deliantra/server/include/libproto.h (file contents):
Revision 1.56 by root, Mon Apr 21 06:35:26 2008 UTC vs.
Revision 1.57 by root, Mon Apr 21 07:01:40 2008 UTC

170extern void update_object(object *op, int action); 170extern void update_object(object *op, int action);
171extern object *merge_ob(object *op, object *top); 171extern object *merge_ob(object *op, object *top);
172extern object *insert_ob_in_map_at(object *op, maptile *m, object *originator, int flag, int x, int y); 172extern object *insert_ob_in_map_at(object *op, maptile *m, object *originator, int flag, int x, int y);
173extern object *insert_ob_in_map(object *op, maptile *m, object *originator, int flag); 173extern object *insert_ob_in_map(object *op, maptile *m, object *originator, int flag);
174extern void replace_insert_ob_in_map(const char *arch_string, object *op); 174extern void replace_insert_ob_in_map(const char *arch_string, object *op);
175extern object *get_split_ob(object *orig_ob, uint32 nr);
176extern object *insert_ob_in_ob(object *op, object *where); 175extern object *insert_ob_in_ob(object *op, object *where);
177extern int check_move_on(object *op, object *originator); 176extern int check_move_on(object *op, object *originator);
178extern object *present_arch(const archetype *at, maptile *m, int x, int y); 177extern object *present_arch(const archetype *at, maptile *m, int x, int y);
179extern object *present(unsigned char type, maptile *m, int x, int y); 178extern object *present(unsigned char type, maptile *m, int x, int y);
180extern object *present_in_ob(unsigned char type, const object *op); 179extern object *present_in_ob(unsigned char type, const object *op);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines