OSDN Git Service

[Refactor] #40571 Separated target-describer.c/h from targeting.c
[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 typedef enum target_type target_type;
8 char examine_grid(player_type *subject_ptr, POSITION y, POSITION x, target_type mode, concptr info);