OSDN Git Service

8c88229066010ed8a73b5cafafb35c568c5e21c3
[hengbandforosx/hengbandosx.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(void);
8 extern concptr make_screen_dump(void);
9 #endif