OSDN Git Service

[Refactor] #3650 Grid::get_feat_mimic() から地形特性を得ていた箇所をget_terrain_mimic() に置換した
[hengbandforosx/hengbandosx.git] / src / target / target-describer.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 extern bool show_gold_on_floor;
6
7 enum target_type : uint32_t;
8 class PlayerType;
9 char examine_grid(PlayerType *player_ptr, const POSITION y, const POSITION x, target_type mode, concptr info);