OSDN Git Service

Merge remote-tracking branch 'remotes/hengbandosx/english-mind-edits' into feature...
[hengband/hengband.git] / src / mspell / mspell-selector.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 typedef struct msa_type msa_type;
6 int choose_attack_spell(player_type *target_ptr, msa_type *msa_ptr);