OSDN Git Service

0caa281c73fa7af02469063f4dbd70a5e3720ba8
[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, const POSITION y, const POSITION x, target_type mode, concptr info);