OSDN Git Service

[Fix] 呪術と歌の詠唱時の配列範囲外アクセス
[hengbandforosx/hengbandosx.git] / src / object / object-flags.h
1 #pragma once
2
3 #include "system/angband.h"
4 #include "system/system-variables.h"
5
6 #include "object-enchant/tr-flags.h"
7
8 class ItemEntity;
9 TrFlags object_flags(const ItemEntity *o_ptr);
10 TrFlags object_flags_known(const ItemEntity *o_ptr);