OSDN Git Service

Merge branch 'feature/english-correction' into develop
[hengband/hengband.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);