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.34 by root, Mon Jan 15 01:25:41 2007 UTC vs.
Revision 1.35 by root, Mon Jan 15 01:39:42 2007 UTC

175extern int find_first_free_spot(const object *ob, maptile *m, int x, int y); 175extern int find_first_free_spot(const object *ob, maptile *m, int x, int y);
176extern void get_search_arr(int *search_arr); 176extern void get_search_arr(int *search_arr);
177extern int find_dir(maptile *m, int x, int y, object *exclude); 177extern int find_dir(maptile *m, int x, int y, object *exclude);
178extern int distance(const object *ob1, const object *ob2); 178extern int distance(const object *ob1, const object *ob2);
179extern int find_dir_2(int x, int y); 179extern int find_dir_2(int x, int y);
180extern int absdir(int d);
181extern int dirdiff(int dir1, int dir2); 180extern int dirdiff(int dir1, int dir2);
182extern int can_see_monsterP(maptile *m, int x, int y, int dir); 181extern int can_see_monsterP(maptile *m, int x, int y, int dir);
183extern int can_pick(const object *who, const object *item); 182extern int can_pick(const object *who, const object *item);
184extern object *object_create_clone(object *asrc); 183extern object *object_create_clone(object *asrc);
185extern object *load_object_str(const char *obstr); 184extern object *load_object_str(const char *obstr);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines