OSDN Git Service

[Feature] 文字列入力で先頭と末尾に移動
[hengbandforosx/hengbandosx.git] / src / core / scores.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 class PlayerType;
6 bool send_world_score(PlayerType *current_player_ptr, bool do_send);
7 errr top_twenty(PlayerType *current_player_ptr);
8 errr predict_score(PlayerType *current_player_ptr);
9 void race_legends(PlayerType *current_player_ptr);
10 void race_score(PlayerType *current_player_ptr, int race_num);
11 void show_highclass(PlayerType *current_player_ptr);
12 bool check_score(PlayerType *current_player_ptr);