--- deliantra/server/include/libproto.h 2010/04/05 20:33:13 1.87 +++ 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 */ @@ -249,7 +249,7 @@ char *get_ob_diff (object *op, object *op2); bool load_resource_file_ (const char *filename); /* map.c */ -maptile *find_style (const char *dirname, const char *stylename, int difficulty); +maptile *find_style (const char *dirname, const char *stylename, int difficulty, bool recurse = false); object *pick_random_object (maptile *style); /* former funcpoint.h */