OSDN Git Service

[Fix] 消去時に画面右端までの消去されないことがある
[hengbandforosx/hengbandosx.git] / src / io / mutations-dump.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 class PlayerType;
6 void dump_mutations(PlayerType *player_ptr, FILE *out_file);