OSDN Git Service

[Fix] #41484 装備変更時、器用さ修正がACに即時反映されない
[hengband/hengband.git] / src / player-info / base-status-info.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 typedef struct self_info_type self_info_type;
6 void set_equipment_influence(player_type *creature_ptr, self_info_type *self_ptr);
7 void set_status_sustain_info(player_type *creature_ptr, self_info_type *self_ptr);