OSDN Git Service

[Refactor] #1172 Changed ', TRUE,' and ', FALSE,' to small characters
[hengbandforosx/hengbandosx.git] / src / player / temporary-resistances.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 typedef struct player_type player_type;
6 void tim_player_flags(player_type *creature_ptr, BIT_FLAGS *flags);