OSDN Git Service

Removed extra parentheses to avoid a compiler warning from the C compiler included...
[hengbandforosx/hengbandosx.git] / src / monster-status.h
index 7f37890..a812521 100644 (file)
@@ -1,2 +1,6 @@
-extern int get_mproc_idx(MONSTER_IDX m_idx, int mproc_type);\r
-\r
+
+extern HIT_POINT mon_damage_mod(monster_type *m_ptr, HIT_POINT dam, bool is_psy_spear);
+extern bool mon_take_hit(MONSTER_IDX m_idx, HIT_POINT dam, bool *fear, concptr note);
+extern int get_mproc_idx(MONSTER_IDX m_idx, int mproc_type);
+extern bool monster_is_valid(monster_type *m_ptr);
+