OSDN Git Service

[Refactor] #3650 Grid::get_feat_mimic() から地形特性を得ていた箇所をget_terrain_mimic() に置換した
[hengbandforosx/hengbandosx.git] / src / target / target-setter.h
1 #pragma once
2
3 #include <stdint.h>
4
5 enum target_type : uint32_t;
6 class PlayerType;
7 bool target_set(PlayerType *player_ptr, target_type mode);