Subversion Repositories HelenOS-historic

Rev

Rev 1590 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1590 Rev 1653
Line 33... Line 33...
33
 * SUCH DAMAGE.
33
 * SUCH DAMAGE.
34
 *
34
 *
35
 *  @(#)scores.c    8.1 (Berkeley) 5/31/93
35
 *  @(#)scores.c    8.1 (Berkeley) 5/31/93
36
 */
36
 */
37
 
37
 
-
 
38
/** @addtogroup tetris
-
 
39
 * @{
-
 
40
 */
-
 
41
/** @file
-
 
42
 */
-
 
43
 
38
/*
44
/*
39
 * Score code for Tetris, by Darren Provine (kilroy@gboro.glassboro.edu)
45
 * Score code for Tetris, by Darren Provine (kilroy@gboro.glassboro.edu)
40
 * modified 22 January 1992, to limit the number of entries any one
46
 * modified 22 January 1992, to limit the number of entries any one
41
 * person has.
47
 * person has.
42
 *
48
 *
Line 529... Line 535...
529
/*          putpad(SEstr); */
535
/*          putpad(SEstr); */
530
/*          highlight = 0; */
536
/*          highlight = 0; */
531
/*      } */
537
/*      } */
532
/*  } */
538
/*  } */
533
/* } */
539
/* } */
-
 
540
 
-
 
541
/** @}
-
 
542
 */
-
 
543