Hengband  2.2.1
変数
player-sex.c ファイル
#include "angband.h"
#include "player-sex.h"
player-sex.c の依存先関係図:

変数

const player_sexsp_ptr
 
const player_sex sex_info [MAX_SEXES]
 性別表記 / Player Sexes [詳解]
 

変数詳解

◆ sex_info

const player_sex sex_info[MAX_SEXES]
初期値:
=
{
{
"Female",
"Queen"
},
{
"Male",
"King"
}
}

性別表記 / Player Sexes

     Title,
     Winner

◆ sp_ptr

const player_sex* sp_ptr