OSDN Git Service

[Refactor] #40574 Moved become_living_trump() from mutation.c/h to spells-trump.c/h
[hengband/hengband.git] / src / realm / realm-hex.h
1 #pragma once
2
3 #include "system/angband.h"
4 #include "spell/spells-util.h"
5
6 concptr do_hex_spell(player_type *caster_ptr, SPELL_IDX spell, spell_type mode);