OSDN Git Service

[Refactor] #37353 Separated hook-armor.c/h from object-hook.c/h
[hengband/hengband.git] / src / realm / realm-hissatsu.h
index 063541c..3de4102 100644 (file)
@@ -1 +1,6 @@
-extern concptr do_hissatsu_spell(player_type *caster_ptr, SPELL_IDX spell, BIT_FLAGS mode);
+#pragma once
+
+#include "system/angband.h"
+#include "spell/spells-util.h"
+
+concptr do_hissatsu_spell(player_type *caster_ptr, SPELL_IDX spell, spell_type mode);