OSDN Git Service

[Refactor] struct player_type を class PlayerType に置換。
[hengbandforosx/hengbandosx.git] / src / player / temporary-resistances.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 #include "object-enchant/tr-flags.h"
6
7 class PlayerType;
8 void tim_player_flags(PlayerType *player_ptr, TrFlags &flags);