date and time created 93/05/17 09:13:04 by bostic
[unix-history] / usr / src / games / tetris / input.h
/*-
* Copyright (c) 1992 The Regents of the University of California.
* All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Chris Torek and Darren F. Provine.
*
* %sccs.include.redist.c%
*
* @(#)input.h 5.2 (Berkeley) %G%
*/
void eat_input __P((void));
int rwait __P((struct timeval *));
int tgetchar __P((void));
void tsleep __P((void));