OSDN Git Service

[Refactor] #40236 Separated mimic-info-table.c/h from player-race.c/h
[hengband/hengband.git] / src / player / mimic-info-table.h
1 #pragma once
2
3 #define MAX_MIMIC_FORMS 4
4
5 extern const player_race mimic_info[MAX_MIMIC_FORMS];