OSDN Git Service

Merge remote-tracking branch 'remotes/origin/feature/Fix-saved-floor-exceed' into...
[hengband/hengband.git] / src / birth / inventory-initializer.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 void wield_all(player_type *creature_ptr);
6 void add_outfit(player_type *creature_ptr, object_type *o_ptr);
7 void player_outfit(player_type *creature_ptr);