OSDN Git Service

14119cf4e527d61d39ee0b1367cb1ae01a362567
[hengbandforosx/hengbandosx.git] / src / birth / game-play-initializer.h
1 #pragma once
2
3 struct player_type;
4 void player_wipe_without_name(player_type *player_ptr);
5 void init_dungeon_quests(player_type *player_ptr);
6 void init_turn(player_type *player_ptr);