OSDN Git Service

[Refactor] struct player_type を class PlayerType に置換。
[hengbandforosx/hengbandosx.git] / src / realm / realm-trump.h
1 #pragma once
2
3 #include "system/angband.h"
4 #include "spell/spells-util.h"
5
6 class PlayerType;
7 concptr do_trump_spell(PlayerType *player_ptr, SPELL_IDX spell, SpellProcessType mode);