OSDN Git Service

For the Styx ogre, replaced "a" with "an" in the English description since it comes...
[hengband/hengband.git] / src / report.h
1 #pragma once
2
3 extern concptr screen_dump;
4
5 #ifdef WORLD_SCORE
6 #include "files.h"
7
8 extern errr report_score(player_type *creature_ptr, void(*update_playtime)(void), display_player_pf display_player, map_name_pf map_name);
9 extern concptr make_screen_dump(player_type *creature_ptr);
10 #endif