OSDN Git Service

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