OSDN Git Service

[Refactor] #40514 player_type の resist_nexus 変数を廃止. / Abolished resist_nexus variable...
[hengband/hengband.git] / src / player / process-death.h
index aabcda6..ceea048 100644 (file)
@@ -1,7 +1,7 @@
 #pragma once
 
-#include "angband.h"
-#include "files.h"
+#include "system/angband.h"
+#include "io/files-util.h"
 
 void print_tomb(player_type *dead_ptr);
-void show_info(player_type *creature_ptr, void(*handle_stuff)(player_type*), void(*update_playtime)(void), display_player_pf display_player, map_name_pf map_name);
+void show_death_info(player_type *creature_ptr, update_playtime_pf update_playtime, display_player_pf display_player);