OSDN Git Service

Make Balrog plural to match "are resistant".
[hengband/hengband.git] / src / birth / birth-stat.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 int adjust_stat(int value, int amount);
6 void get_stats(player_type* creature_ptr);
7 void get_extra(player_type* creature_ptr, bool roll_hitdie);
8
9 void get_max_stats(player_type* creature_ptr);