OSDN Git Service

Merge pull request #3569 from sikabane-works/release/3.0.0.88-alpha
[hengbandforosx/hengbandosx.git] / src / birth / birth-util.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 enum class BirthKind {
6     REALM,
7     RACE,
8     CLASS,
9     PERSONALITY,
10     AUTO_ROLLER,
11 };
12
13 class PlayerType;
14 void birth_quit(void);
15 void show_help(PlayerType *player_ptr, concptr helpfile);
16 void birth_help_option(PlayerType *player_ptr, char c, BirthKind bk);