OSDN Git Service

Merge pull request #3814 from Slimebreath6078/feature/Add_Laffey_II
[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);