OSDN Git Service

Merge remote-tracking branch 'remotes/origin/For2.2.2-Fix-Hourier' into For2.2.2...
[hengband/hengband.git] / src / birth / birth-util.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 typedef enum birth_kind
6 {
7         BK_REALM,
8         BK_RACE,
9         BK_CLASS,
10         BK_PERSONALITY,
11         BK_AUTO_ROLLER,
12 } birth_kind;
13
14 void birth_quit(void);
15 void show_help(player_type* creature_ptr, concptr helpfile);
16 void birth_help_option(player_type *creature_ptr, char c, birth_kind bk);