OSDN Git Service

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