OSDN Git Service

[Refactor] #2243 attribute-types.hのインクルードを消し、宣言に置き換える
[hengbandforosx/hengbandosx.git] / src / mspell / element-resistance-checker.h
1 #pragma once
2
3 struct msr_type;
4 class PlayerType;
5 void add_cheat_remove_flags_element(PlayerType *player_ptr, msr_type *msr_ptr);
6 void check_element_resistance(msr_type *msr_ptr);