OSDN Git Service

Merge pull request #972 from habu1010/feature/list-for-item-stack
[hengbandforosx/hengbandosx.git] / src / player / process-name.h
1 #pragma once
2
3 typedef struct player_type player_type;
4 void process_player_name(player_type *creature_ptr, bool is_new_savefile = false);
5 void get_name(player_type *creature_ptr);