OSDN Git Service

Merge pull request #765 from sikabane-works/release/3.0.0Alpha17
[hengbandforosx/hengbandosx.git] / src / mspell / assign-monster-spell.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 struct MonsterSpellResult;
6
7 enum class RF_ABILITY;
8
9 MonsterSpellResult monspell_to_player(player_type *target_ptr, RF_ABILITY ms_type, POSITION y, POSITION x, MONSTER_IDX m_idx);
10 MonsterSpellResult monspell_to_monster(
11     player_type *target_ptr, RF_ABILITY ms_type, POSITION y, POSITION x, MONSTER_IDX m_idx, MONSTER_IDX t_idx, bool is_special_spell);