OSDN Git Service

Merge pull request #3569 from sikabane-works/release/3.0.0.88-alpha
[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);