OSDN Git Service

Merge branch 'master' of git.osdn.net:/gitroot/hengband/hengband
[hengband/hengband.git] / src / player / process-death.h
index 612fd1b..ceea048 100644 (file)
@@ -1,7 +1,7 @@
 #pragma once
 
 #include "system/angband.h"
-#include "files.h"
+#include "io/files-util.h"
 
 void print_tomb(player_type *dead_ptr);
-void show_death_info(player_type *creature_ptr, update_playtime_pf update_playtime, 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);