OSDN Git Service

[Refactor] #39962 Removed reference to view-mainwindow.h from files.c
[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, void(*handle_stuff)(player_type*), update_playtime_pf update_playtime, display_player_pf display_player, map_name_pf map_name);