OSDN Git Service

Merge branch 'master' of git.osdn.net:/gitroot/hengband/hengband
[hengband/hengband.git] / src / realm / realm-nature.h
index d2424eb..42368bf 100644 (file)
@@ -1 +1,6 @@
-extern concptr do_nature_spell(player_type *caster_ptr, SPELL_IDX spell, BIT_FLAGS mode);
+#pragma once
+
+#include "system/angband.h"
+#include "spell/spells-util.h"
+
+concptr do_nature_spell(player_type *caster_ptr, SPELL_IDX spell, spell_type mode);