OSDN Git Service

Merge branch 'develop' into feature/doxygen-main-win
[hengbandforosx/hengbandosx.git] / src / mind / mind-mindcrafter.h
1 #pragma once
2
3 typedef struct player_type player_type;
4 bool psychometry(player_type *caster_ptr);
5
6 enum mind_mindcrafter_type : int;
7 bool cast_mindcrafter_spell(player_type *caster_ptr, mind_mindcrafter_type spell);