OSDN Git Service

[Refactor] #1008 Reparated score-util.cpp/h from scores.cpp/h
[hengbandforosx/hengbandosx.git] / src / core / scores.h
1 #pragma once
2
3 #include "io/files-util.h"
4 #include "system/angband.h"
5
6 typedef struct player_type player_type;
7 struct high_score;
8 void display_scores_aux(int from, int to, int note, high_score *score);
9 void display_scores(int from, int to);
10 bool send_world_score(player_type *current_player_ptr, bool do_send, display_player_pf display_player);
11 errr top_twenty(player_type *current_player_ptr);
12 errr predict_score(player_type *current_player_ptr);
13 void race_legends(player_type *current_player_ptr);
14 void race_score(player_type *current_player_ptr, int race_num);
15 void show_highclass(player_type *current_player_ptr);
16 bool check_score(player_type *current_player_ptr);