OSDN Git Service

[Fix] #37285 ティボルトのUNIQUE属性付加忘れを修正。
[hengband/hengband.git] / src / realm-hex.h
index 5c769bb..f688f75 100644 (file)
@@ -1 +1,14 @@
-extern cptr do_hex_spell(SPELL_IDX spell, BIT_FLAGS mode);\r
+/*!
+ * @file realm-hex.h
+ */
+
+extern bool stop_hex_spell_all(void);
+extern bool stop_hex_spell(void);
+extern void check_hex(void);
+extern bool hex_spell_fully(void);
+extern void revenge_spell(void);
+extern void revenge_store(HIT_POINT dam);
+extern bool teleport_barrier(MONSTER_IDX m_idx);
+extern bool magic_barrier(MONSTER_IDX m_idx);
+extern bool multiply_barrier(MONSTER_IDX m_idx);
+extern concptr do_hex_spell(SPELL_IDX spell, BIT_FLAGS mode);