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.14 by root, Mon Sep 11 20:28:37 2006 UTC vs.
Revision 1.16 by root, Thu Sep 14 23:13:48 2006 UTC

22extern void load_archetypes(void); 22extern void load_archetypes(void);
23extern object *arch_to_object(archetype *at); 23extern object *arch_to_object(archetype *at);
24extern object *create_singularity(const char *name); 24extern object *create_singularity(const char *name);
25extern object *get_archetype(const char *name); 25extern object *get_archetype(const char *name);
26extern unsigned long hasharch(const char *str, int tablesize); 26extern unsigned long hasharch(const char *str, int tablesize);
27extern archetype *find_archetype(const char *name);
28extern archetype *type_to_archetype(int type); 27extern archetype *type_to_archetype(int type);
29extern object *clone_arch(int type); 28extern object *clone_arch(int type);
30extern object *object_create_arch(archetype *at); 29extern object *object_create_arch(archetype *at);
31/* button.c */ 30/* button.c */
32extern void push_button(object *op); 31extern void push_button(object *op);
228extern int absdir(int d); 227extern int absdir(int d);
229extern int dirdiff(int dir1, int dir2); 228extern int dirdiff(int dir1, int dir2);
230extern 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);
231extern int can_pick(const object *who, const object *item); 230extern int can_pick(const object *who, const object *item);
232extern object *object_create_clone(object *asrc); 231extern object *object_create_clone(object *asrc);
233extern int was_destroyed(const object *op, tag_t old_tag);
234extern object *load_object_str(const char *obstr); 232extern object *load_object_str(const char *obstr);
235extern 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);
236extern 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);
237extern 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);
238extern 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