1 /* $Id: highscores.h,v 1.1.1.1 1997/02/21 21:04:17 sverrehu Exp $ */
2 #ifndef HIGHSCORES_H
3 #define HIGHSCORES_H
4 
5 void highscoresInit(Widget parent);
6 void highscoresFinish(void);
7 void highscoresPopup(void);
8 
9 #endif
10