OSDN Git Service

Merge branch 'master' of git.osdn.net:/gitroot/hengband/hengband
[hengband/hengband.git] / src / racial / racial-switcher.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 bool switch_class_racial_execution(player_type *creature_ptr, const s32b command);
6 bool switch_mimic_racial_execution(player_type *creature_ptr);
7 bool switch_race_racial_execution(player_type *creature_ptr, const s32b command);