--- deliantra/server/include/libproto.h 2012/10/29 23:55:53 1.102 +++ deliantra/server/include/libproto.h 2012/11/14 06:21:39 1.105 @@ -28,7 +28,6 @@ /* anim.c */ void free_all_anim (); void init_anim (); -int find_animation (const char *name); void animate_object (object *op, int dir); /* arch.c */ archetype *find_archetype_by_object_name (const char *name); @@ -65,7 +64,7 @@ int exp_to_level (sint64 exp); sint64 level_to_min_exp (int level); int new_exp (const object *ob); -void reload_exp_table (); +void _reload_exp_table (); /* friend.c */ void add_friendly_object (object *op); void remove_friendly_object (object *op); @@ -115,7 +114,6 @@ void change_attr_value (living *stats, int attr, sint8 value); void check_stat_bounds (living *stats); int change_abil (object *op, object *tmp); -int allowed_class (const object *op); void set_dragon_name (object *pl, const object *abil, const object *skin); object *give_skill_by_name (object *op, const char *skill_name); void player_lvl_adj (object *who, object *op);