OSDN Git Service

Merge pull request #3569 from sikabane-works/release/3.0.0.88-alpha
[hengbandforosx/hengbandosx.git] / src / racial / racial-switcher.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 class PlayerType;
6 bool switch_class_racial_execution(PlayerType *player_ptr, const int32_t command);
7 bool switch_mimic_racial_execution(PlayerType *player_ptr);
8 bool switch_race_racial_execution(PlayerType *player_ptr, const int32_t command);