OSDN Git Service

Merge pull request #3532 from sikabane-works/release/3.0.0.87-alpha
[hengbandforosx/hengbandosx.git] / src / birth / inventory-initializer.h
1 #pragma once
2
3 class ItemEntity;
4 class PlayerType;
5 void wield_all(PlayerType *player_ptr);
6 void add_outfit(PlayerType *player_ptr, ItemEntity *o_ptr);
7 void player_outfit(PlayerType *player_ptr);