OSDN Git Service

[Refactor] #40413 Moved inclusion of angband.h to *.c to *.h in autopick/
[hengband/hengband.git] / src / birth / birth-body-spec.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 void get_height_weight(player_type *creature_ptr);
6 void get_ahw(player_type *creature_ptr);
7 void get_money(player_type *creature_ptr);