OSDN Git Service

Merge pull request #166 from habu1010/feature/Target-prepare-for-monster-list
[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);