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.47 by root, Sat May 12 18:14:47 2007 UTC vs.
Revision 1.48 by root, Thu May 17 14:14:55 2007 UTC

163extern object *present_in_ob(unsigned char type, const object *op); 163extern object *present_in_ob(unsigned char type, const object *op);
164extern object *present_in_ob_by_name(int type, const char *str, const object *op); 164extern object *present_in_ob_by_name(int type, const char *str, const object *op);
165extern object *present_arch_in_ob(const archetype *at, const object *op); 165extern object *present_arch_in_ob(const archetype *at, const object *op);
166extern void flag_inv(object *op, int flag); 166extern void flag_inv(object *op, int flag);
167extern void unflag_inv(object *op, int flag); 167extern void unflag_inv(object *op, int flag);
168extern void set_cheat(object *op);
169extern int find_free_spot(const object *ob, maptile *m, int x, int y, int start, int stop); 168extern int find_free_spot(const object *ob, maptile *m, int x, int y, int start, int stop);
170extern int find_first_free_spot(const object *ob, maptile *m, int x, int y); 169extern int find_first_free_spot(const object *ob, maptile *m, int x, int y);
171extern void get_search_arr(int *search_arr); 170extern void get_search_arr(int *search_arr);
172extern int find_dir(maptile *m, int x, int y, object *exclude); 171extern int find_dir(maptile *m, int x, int y, object *exclude);
173extern int distance(const object *ob1, const object *ob2); 172extern int distance(const object *ob1, const object *ob2);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines