Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1653 → Rev 1590

/uspace/trunk/tetris/screen.h
35,12 → 35,6
* @(#)screen.h 8.1 (Berkeley) 5/31/93
*/
 
/** @addtogroup tetris
* @{
*/
/** @file
*/
 
/*
* putpad() is for padded strings with count=1.
*/
65,7 → 59,3
void scr_msg(char *, int);
void scr_set(void);
void scr_update(void);
 
/** @}
*/