OSDN Git Service

Merge pull request #3569 from sikabane-works/release/3.0.0.88-alpha
[hengbandforosx/hengbandosx.git] / src / perception / identification.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 #define SCROBJ_FAKE_OBJECT 0x00000001
6 #define SCROBJ_FORCE_DETAIL 0x00000002
7 class ItemEntity;
8 class PlayerType;
9 bool screen_object(PlayerType *player_ptr, ItemEntity *o_ptr, BIT_FLAGS mode);