OSDN Git Service

Changed the last sentence in the English description for the Platinum Yendorian expre...
[hengband/hengband.git] / src / report.h
1 #pragma once
2
3 extern concptr screen_dump;
4
5 #ifdef WORLD_SCORE
6 /* report.c */
7 extern errr report_score(player_type *creature_ptr);
8 extern concptr make_screen_dump(player_type *creature_ptr);
9 #endif