OSDN Git Service

Merge pull request #3569 from sikabane-works/release/3.0.0.88-alpha
[hengbandforosx/hengbandosx.git] / src / mspell / summon-checker.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 enum class MonsterRaceId : int16_t;
6 class PlayerType;
7 bool check_summon_specific(PlayerType *player_ptr, MonsterRaceId summoner_idx, MonsterRaceId r_idx);