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.46 by root, Thu Apr 19 16:23:47 2007 UTC vs.
Revision 1.48 by root, Thu May 17 14:14:55 2007 UTC

105extern objectlink *get_objectlink(); 105extern objectlink *get_objectlink();
106extern oblinkpt *get_objectlinkpt(); 106extern oblinkpt *get_objectlinkpt();
107extern void free_objectlink(objectlink *ol); 107extern void free_objectlink(objectlink *ol);
108extern void free_objectlinkpt(oblinkpt *obp); 108extern void free_objectlinkpt(oblinkpt *obp);
109/* living.c */ 109/* living.c */
110extern void set_attr_value(living *stats, int attr, sint8 value);
111extern void change_attr_value(living *stats, int attr, sint8 value); 110extern void change_attr_value(living *stats, int attr, sint8 value);
112extern sint8 get_attr_value(const living *stats, int attr);
113extern void check_stat_bounds(living *stats); 111extern void check_stat_bounds(living *stats);
114extern int change_abil(object *op, object *tmp); 112extern int change_abil(object *op, object *tmp);
115extern int allowed_class(const object *op); 113extern int allowed_class(const object *op);
116extern void set_dragon_name(object *pl, const object *abil, const object *skin); 114extern void set_dragon_name(object *pl, const object *abil, const object *skin);
117extern void dragon_level_gain(object *who); 115extern void dragon_level_gain(object *who);
165extern object *present_in_ob(unsigned char type, const object *op); 163extern object *present_in_ob(unsigned char type, const object *op);
166extern 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);
167extern object *present_arch_in_ob(const archetype *at, const object *op); 165extern object *present_arch_in_ob(const archetype *at, const object *op);
168extern void flag_inv(object *op, int flag); 166extern void flag_inv(object *op, int flag);
169extern void unflag_inv(object *op, int flag); 167extern void unflag_inv(object *op, int flag);
170extern void set_cheat(object *op);
171extern 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);
172extern 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);
173extern void get_search_arr(int *search_arr); 170extern void get_search_arr(int *search_arr);
174extern int find_dir(maptile *m, int x, int y, object *exclude); 171extern int find_dir(maptile *m, int x, int y, object *exclude);
175extern 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