OSDN Git Service

[Refactor] #37285 Separated monster-attach-lose.c/h from monster-attack-switcher.c
[hengband/hengband.git] / src / racial / class-racial-switcher.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 typedef struct rc_type rc_type;
6 void switch_class_racial(player_type *creature_ptr, rc_type *rc_ptr);