--- deliantra/server/include/libproto.h 2010/04/13 02:39:53 1.88 +++ deliantra/server/include/libproto.h 2010/04/15 04:56:47 1.90 @@ -63,9 +63,10 @@ void check_inv (object *op, object *trig); void verify_button_links (const maptile *map); /* exp.c */ +int exp_to_level (sint64 exp); +sint64 level_to_min_exp (int level); int new_exp (const object *ob); void init_experience (); -void dump_experience (); /* friend.c */ void add_friendly_object (object *op); void remove_friendly_object (object *op); @@ -106,7 +107,6 @@ const char *ordinal (int i); const char *describe_item (const object *op, object *owner); int is_magical (const object *op); -int need_identify (const object *op); void identify (object *op); void examine (object *op, object *tmp); /* links.c */