OSDN Git Service

Merge remote-tracking branch 'remotes/origin/feature/Fix-Arena-Gift' into develop...
[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);