Add Experience Point/Level section to score display
This commit is contained in:
parent
019a9df5d2
commit
29d6b108a6
1
level.c
1
level.c
@ -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);
|
||||
|
1
rogue.h
1
rogue.h
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user