1 /*
2  *                               Alizarin Tetris
3  * For the management of high scores.
4  *
5  * Copyright 2000, Kiri Wagstaff & Westley Weimer
6  */
7 
8 #ifndef __HIGHSCORE_H
9 #define __HIGHSCORE_H
10 
11 #include "highscore.pro"
12 
13 #endif
14 
15 /*
16  * $Log: highscore.h,v $
17  * Revision 1.5  2000/10/21 01:14:43  weimer
18  * massic autoconf/automake restructure ...
19  *
20  * Revision 1.4  2000/09/03 18:44:36  wkiri
21  * Cleaned up atris.c (see high_score_check()).
22  * Added game type (defaults to MARATHON).
23  *
24  * Revision 1.3  2000/09/03 18:26:10  weimer
25  * major header file and automatic prototype generation changes, restructuring
26  *
27  * Revision 1.2  2000/08/26 02:45:28  wkiri
28  * Beginnings of button class; also modified atris to query for 'new
29  * game' vs. 'quit'.  (New Game doesn't work yet...)
30  *
31  * Revision 1.1  2000/08/14 01:07:17  wkiri
32  * High score files.
33  *
34  */
35