OSDN Git Service

Merge pull request #765 from sikabane-works/release/3.0.0Alpha17
[hengbandforosx/hengbandosx.git] / src / mspell / mspell-selector.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 typedef struct msa_type msa_type;
6 enum class RF_ABILITY;
7 RF_ABILITY choose_attack_spell(player_type *target_ptr, msa_type *msa_ptr);