xref: /original-bsd/games/tetris/input.h (revision f66f3413)
1 /*-
2  * Copyright (c) 1992 The Regents of the University of California.
3  * 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	5.2 (Berkeley) 12/23/92
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