OSDN Git Service

[Refactor] mind_mirror_master をパスカルケース化
[hengbandforosx/hengbandosx.git] / src / view / display-player.h
1 #pragma once
2
3 #include "system/angband.h"
4 #include <optional>
5
6 class PlayerType;
7 std::optional<int> display_player(PlayerType *player_ptr, const int tmp_mode);
8 void display_player_equippy(PlayerType *player_ptr, TERM_LEN y, TERM_LEN x, BIT_FLAGS16 mode);