OSDN Git Service

[Refactor] 列挙値の接頭詞を統一、右手/左手を列挙値に変更
[hengband/hengband.git] / src / player / mimic-info-table.h
1 #pragma once
2
3 #include "player/player-race.h"
4
5 #define MAX_MIMIC_FORMS 4
6
7 extern const player_race mimic_info[MAX_MIMIC_FORMS];