OSDN Git Service

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