Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1652 → Rev 1653

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