OSDN Git Service

9cb508c95b0ee65e483ffd713644e4802d72478b
[hengbandforosx/hengbandosx.git] / src / realm / realm-hex.h
1 #pragma once
2
3 #include "realm/realm-hex-numbers.h"
4 #include "system/angband.h"
5 #include "spell/spells-util.h"
6
7 class PlayerType;
8 concptr do_hex_spell(PlayerType *player_ptr, spell_hex_type spell, SpellProcessType mode);