OSDN Git Service

[Fix] #39670 現状把握している限りの関数宣言と定義のファイル齟齬を修正. / Fix mismatch between function definition...
[hengband/hengband.git] / src / spells-diceroll.h
1 #pragma once
2
3 extern bool_hack common_saving_throw_control(player_type *operator_ptr, HIT_POINT pow, monster_type *m_ptr);
4 extern bool_hack common_saving_throw_charm(player_type *operator_ptr, HIT_POINT pow, monster_type *m_ptr);
5 extern PERCENTAGE beam_chance(player_type *caster_ptr);