OSDN Git Service

Merge pull request #3532 from sikabane-works/release/3.0.0.87-alpha
[hengbandforosx/hengbandosx.git] / src / io / report.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 extern concptr screen_dump;
6
7 #ifdef WORLD_SCORE
8
9 class PlayerType;
10 bool report_score(PlayerType *player_ptr);
11 concptr make_screen_dump(PlayerType *player_ptr);
12 #endif