OSDN Git Service

[Refactor] #40514 player_type の resist_shard 変数を廃止. / Abolished the resist_shard...
[hengband/hengband.git] / src / player-info / race-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_race_ability_info(player_type *creature_ptr, self_info_type *self_ptr);