OSDN Git Service

Merge remote-tracking branch 'remotes/hengbandosx/english-_ptr-in-message' into featu...
[hengband/hengband.git] / src / target / target-preparation.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 bool target_able(player_type *creature_ptr, MONSTER_IDX m_idx);
6 void target_set_prepare(player_type *creature_ptr, BIT_FLAGS mode);