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.47 by root, Sat May 12 18:14:47 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);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines