OSDN Git Service

Merge pull request #38 from dis-/feature/Fix-Term-Fresh
[hengbandforosx/hengbandosx.git] / src / target / target-setter.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 typedef enum target_type target_type;
6 bool target_set(player_type *creature_ptr, target_type mode);
7 void target_clear(player_type *creature_ptr);