OSDN Git Service

Merge remote-tracking branch 'remotes/hengbandosx/english-lore-edits' into feature...
[hengbandforosx/hengbandosx.git] / src / mind / mind-mindcrafter.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 bool psychometry(player_type *caster_ptr);
6
7 typedef enum mind_mindcrafter_type mind_mindcrafter_type;
8 bool cast_mindcrafter_spell(player_type *caster_ptr, mind_mindcrafter_type spell);