OSDN Git Service

[Refactor] 無駄な空白、改行の削除、includeのソート
[hengband/hengband.git] / src / player / race-resistances.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 void player_immunity(player_type *creature_ptr, BIT_FLAGS *flags);
6 void tim_player_immunity(player_type *creature_ptr, BIT_FLAGS *flags);
7 void known_obj_immunity(player_type *creature_ptr, BIT_FLAGS *flags);
8 void player_vulnerability_flags(player_type *creature_ptr, BIT_FLAGS *flags);