OSDN Git Service

Merge remote-tracking branch 'remotes/origin/feature/Fix-Auto-More' into develop
[hengband/hengband.git] / src / mspell / summon-checker.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 bool check_summon_specific(player_type *player_ptr, MONRACE_IDX summoner_idx, MONRACE_IDX r_idx);