OSDN Git Service

Merge remote-tracking branch 'remotes/origin/For2.2.2-Fix-Hourier' into For2.2.2...
[hengband/hengband.git] / src / racial / race-racial-command-setter.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 typedef struct rc_type rc_type;
6 void set_mimic_racial_command(player_type *creature_ptr, rc_type *rc_ptr);
7 void set_race_racial_command(player_type *creature_ptr, rc_type *rc_ptr);