Add Experience Point/Level section to score display

This commit is contained in:
David Meyer 2024-03-21 12:42:35 +09:00
parent 019a9df5d2
commit 29d6b108a6
2 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,6 @@ static int connect_rooms(short, short);
static void draw_simple_passage(short, short, short, short, short);
static void fill_it(int, boolean);
static void fill_out_level(void);
static int get_exp_level(long);
static void hide_boxed_passage(short, short, short, short, short);
static void make_maze(short, short, short, short, short, short);
static void make_room(short, short, short, short);

View File

@ -493,6 +493,7 @@ int get_damage(const char *, boolean);
void get_desc(const object *, char *, size_t);
void get_dir_rc(short, short *, short *, short);
char get_dungeon_char(short, short);
static int get_exp_level(long);
void get_food(object *, boolean);
int get_hit_chance(const object *);
int get_input_line(const char *, const char *, char *, size_t, const char *, boolean, boolean);