OSDN Git Service

Merge pull request #1184 from dis-/feature/Fix-TwoHand-Weapon-Limit
[hengbandforosx/hengbandosx.git] / src / player-info / class-ability-info.h
1 #pragma once
2
3 typedef struct player_type player_type;
4 typedef struct self_info_type self_info_type;
5 void set_class_ability_info(player_type *creature_ptr, self_info_type *self_ptr);