OSDN Git Service

Merge remote-tracking branch 'remotes/hengband-osx/For2.2.2-Refactoring-English-New...
[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);