OSDN Git Service

[Fix] 消去時に画面右端までの消去されないことがある
[hengbandforosx/hengbandosx.git] / src / view / display-scores.h
1 #pragma once
2
3 struct high_score;
4 void display_scores(int from, int to, int note, high_score *score);
5
6 #ifndef WINDOWS
7 void display_scores(int from, int to);
8 #endif