OSDN Git Service

Merge remote-tracking branch 'remotes/origin/feature/Fix-Sanity-Blast-by-AutoSave...
[hengband/hengband.git] / src / player / process-name.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 void process_player_name(player_type *creature_ptr, bool sf);
6 void get_name(player_type *creature_ptr);