OSDN Git Service

Merge branch 'master' of https://github.com/hengband/hengband
[hengbandforosx/hengbandosx.git] / src / player-info / mutation-info.h
1 #pragma once
2
3 class PlayerType;
4 struct self_info_type;
5 void set_mutation_info(PlayerType *player_ptr, self_info_type *self_ptr);