Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1653 → Rev 1652

/uspace/trunk/tetris/shapes.c
35,12 → 35,6
* @(#)shapes.c 8.1 (Berkeley) 5/31/93
*/
 
/** @addtogroup tetris
* @{
*/
/** @file
*/
 
/*
* Tetris shapes and related routines.
*
110,7 → 104,3
board[pos + *o++] = onoff;
board[pos + *o] = onoff;
}
 
/** @}
*/