OSDN Git Service

[Refactor] #40413 Separated sound-of-music.c/h from util.c/h
[hengband/hengband.git] / src / view / display-player.h
1 #pragma once
2
3 #include "system/angband.h"
4 #include "io/files-util.h"
5
6 void display_player(player_type *creature_ptr, int mode, map_name_pf map_name);
7 void display_player_equippy(player_type *player_ptr, TERM_LEN y, TERM_LEN x, BIT_FLAGS16 mode);