OSDN Git Service

[cleanup] clang-formatによる整形
[hengbandforosx/hengbandosx.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);