OSDN Git Service

Merge pull request #972 from habu1010/feature/list-for-item-stack
[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);