OSDN Git Service

Merge branch 'master' of git.osdn.net:/gitroot/hengband/hengband
[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];