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.55 by root, Sun Apr 20 23:25:09 2008 UTC vs.
Revision 1.56 by root, Mon Apr 21 06:35:26 2008 UTC

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); 175extern object *get_split_ob(object *orig_ob, uint32 nr);
176extern object *decrease_ob_nr(object *op, uint32 i);
177extern object *insert_ob_in_ob(object *op, object *where); 176extern object *insert_ob_in_ob(object *op, object *where);
178extern int check_move_on(object *op, object *originator); 177extern int check_move_on(object *op, object *originator);
179extern object *present_arch(const archetype *at, maptile *m, int x, int y); 178extern object *present_arch(const archetype *at, maptile *m, int x, int y);
180extern object *present(unsigned char type, maptile *m, int x, int y); 179extern object *present(unsigned char type, maptile *m, int x, int y);
181extern object *present_in_ob(unsigned char type, const object *op); 180extern object *present_in_ob(unsigned char type, const object *op);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines