/* $Id: highscores.h,v 1.1.1.1 1997/02/21 21:04:17 sverrehu Exp $ */ #ifndef HIGHSCORES_H #define HIGHSCORES_H void highscoresInit(Widget parent); void highscoresFinish(void); void highscoresPopup(void); #endif