OSDN Git Service

Merge pull request #765 from sikabane-works/release/3.0.0Alpha17
[hengbandforosx/hengbandosx.git] / src / mspell / mspell-checker.h
index 3ada118..639129d 100644 (file)
@@ -4,11 +4,12 @@
 #include "system/monster-type-definition.h"
 
 struct ProjectResult;
+enum class RF_ABILITY;
 
 bool clean_shot(player_type *target_ptr, POSITION y1, POSITION x1, POSITION y2, POSITION x2, bool is_friend);
 bool summon_possible(player_type *target_ptr, POSITION y1, POSITION x1);
 bool raise_possible(player_type *target_ptr, monster_type *m_ptr);
-bool spell_is_inate(SPELL_IDX spell);
+bool spell_is_inate(RF_ABILITY spell);
 ProjectResult beam(player_type *target_ptr, MONSTER_IDX m_idx, POSITION y, POSITION x, EFFECT_ID typ, int dam_hp, int monspell, int target_type);
 ProjectResult bolt(player_type *target_ptr, MONSTER_IDX m_idx, POSITION y, POSITION x, EFFECT_ID typ, int dam_hp, int monspell, int target_type);
 ProjectResult breath(