OSDN Git Service

[fix] #41503 超能力者でゲームを開始しようとするとクラッシュ
[hengband/hengband.git] / src / view / display-characteristic.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 /* Mode flags for displaying player flags */
6 #define DP_CURSE   0x01
7 #define DP_IMM     0x02
8 #define DP_WP      0x08
9
10 void display_player_flag_info_1(player_type *creature_ptr, void(*display_player_equippy)(player_type*, TERM_LEN, TERM_LEN, BIT_FLAGS16));
11 void display_player_flag_info_2(player_type *creature_ptr, void(*display_player_equippy)(player_type*, TERM_LEN, TERM_LEN, BIT_FLAGS16));