OSDN Git Service

[Refactor] #39963 Separated spells-execution.c/h and spells-util.h from spells.h...
[hengband/hengband.git] / src / realm / realm-crusade.h
1 #pragma once
2
3 #include "spell/spells-util.h"
4
5 concptr do_crusade_spell(player_type *caster_ptr, SPELL_IDX spell, spell_type mode);