OSDN Git Service

Merge pull request #2290 from habu1010/feature/clang-format-insert-braces
[hengbandforosx/hengbandosx.git] / src / mspell / improper-mspell-remover.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 #include "monster-race/race-ability-flags.h"
6 #include "util/flag-group.h"
7
8 class PlayerType;
9 void remove_bad_spells(MONSTER_IDX m_idx, PlayerType *player_ptr, EnumClassFlagGroup<MonsterAbilityType> &ability_flags);