OSDN Git Service

Merge pull request #3569 from sikabane-works/release/3.0.0.88-alpha
[hengbandforosx/hengbandosx.git] / src / spell-realm / spells-crusade.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 class PlayerType;
6 bool cast_wrath_of_the_god(PlayerType *player_ptr, int dam, POSITION rad);
7 bool set_tim_sh_holy(PlayerType *player_ptr, TIME_EFFECT v, bool do_dec);
8 bool set_tim_eyeeye(PlayerType *player_ptr, TIME_EFFECT v, bool do_dec);