OSDN Git Service

Merge pull request #1527 from habu1010/feature/new-smith-activation
[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