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.66 by root, Sun Dec 28 06:59:27 2008 UTC vs.
Revision 1.67 by root, Thu Jan 1 11:41:17 2009 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines