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.15 by root, Thu Sep 14 21:16:12 2006 UTC vs.
Revision 1.16 by root, Thu Sep 14 23:13:48 2006 UTC

227extern int absdir(int d); 227extern int absdir(int d);
228extern int dirdiff(int dir1, int dir2); 228extern int dirdiff(int dir1, int dir2);
229extern int can_see_monsterP(mapstruct *m, int x, int y, int dir); 229extern int can_see_monsterP(mapstruct *m, int x, int y, int dir);
230extern int can_pick(const object *who, const object *item); 230extern int can_pick(const object *who, const object *item);
231extern object *object_create_clone(object *asrc); 231extern object *object_create_clone(object *asrc);
232extern int was_destroyed(const object *op, tag_t old_tag);
233extern object *load_object_str(const char *obstr); 232extern object *load_object_str(const char *obstr);
234extern object *find_obj_by_type_subtype(const object *who, int type, int subtype); 233extern object *find_obj_by_type_subtype(const object *who, int type, int subtype);
235extern key_value *get_ob_key_link(const object *ob, const char *key); 234extern key_value *get_ob_key_link(const object *ob, const char *key);
236extern const char *get_ob_key_value(const object *op, const char *const key); 235extern const char *get_ob_key_value(const object *op, const char *const key);
237extern int set_ob_key_value_s(object *op, const char *canonical_key, const char *value, int add_key); 236extern int set_ob_key_value_s(object *op, const char *canonical_key, const char *value, int add_key);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines