xref: /original-bsd/games/tetris/input.h (revision e8eb2810)
1 /*-
2  * Copyright (c) 1992, 1993
3  *	The Regents of the University of California.  All rights reserved.
4  *
5  * This code is derived from software contributed to Berkeley by
6  * Chris Torek and Darren F. Provine.
7  *
8  * %sccs.include.redist.c%
9  *
10  *	@(#)input.h	8.1 (Berkeley) 05/31/93
11  */
12 
13 void	eat_input __P((void));
14 int	rwait __P((struct timeval *));
15 int	tgetchar __P((void));
16 void	tsleep __P((void));
17