OSDN Git Service

Merge branch 'master' of git.osdn.net:/gitroot/hengband/hengband
[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);