OSDN Git Service

[Refactor] #38844 Removed inclusion of cmd-building.h from angband.h
[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];