OSDN Git Service

Merge pull request #22 from backwardsEric/english-pet-edits
[hengbandforosx/hengbandosx.git] / src / player-info / mutation-info.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 typedef struct self_info_type self_info_type;
6 void set_mutation_info_1(player_type *creature_ptr, self_info_type *self_ptr);
7 void set_mutation_info_2(player_type *creature_ptr, self_info_type *self_ptr);
8 void set_mutation_info_3(player_type *creature_ptr, self_info_type *self_ptr);