OSDN Git Service

Merge pull request #1192 from hengband/feature/3.0.0Alpha26
[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);