OSDN Git Service

[Refactor] #39970 Removed argument handle_stuff() as function pointer from show_info()
[hengband/hengband.git] / src / player / process-death.h
1 #pragma once
2
3 #include "angband.h"
4 #include "files.h"
5
6 void print_tomb(player_type *dead_ptr);
7 void show_info(player_type *creature_ptr, update_playtime_pf update_playtime, display_player_pf display_player, map_name_pf map_name);