/* * Alizarin Tetris * For the management of high scores. * * Copyright 2000, Kiri Wagstaff & Westley Weimer */ #ifndef __HIGHSCORE_H #define __HIGHSCORE_H #include "highscore.pro" #endif /* * $Log: highscore.h,v $ * Revision 1.5 2000/10/21 01:14:43 weimer * massic autoconf/automake restructure ... * * Revision 1.4 2000/09/03 18:44:36 wkiri * Cleaned up atris.c (see high_score_check()). * Added game type (defaults to MARATHON). * * Revision 1.3 2000/09/03 18:26:10 weimer * major header file and automatic prototype generation changes, restructuring * * Revision 1.2 2000/08/26 02:45:28 wkiri * Beginnings of button class; also modified atris to query for 'new * game' vs. 'quit'. (New Game doesn't work yet...) * * Revision 1.1 2000/08/14 01:07:17 wkiri * High score files. * */