OSDN Git Service

Merge pull request #2579 from Hourier/Make-Deceleration-Class
[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 ObjectType;
8 class PlayerType;
9 bool screen_object(PlayerType *player_ptr, ObjectType *o_ptr, BIT_FLAGS mode);