xref: /csrg-svn/games/tetris/input.h (revision 57269)
1*57269Sbostic /*-
2*57269Sbostic  * Copyright (c) 1992 The Regents of the University of California.
3*57269Sbostic  * All rights reserved.
4*57269Sbostic  *
5*57269Sbostic  * %sccs.include.redist.c%
6*57269Sbostic  *
7*57269Sbostic  *	@(#)input.h	5.1 (Berkeley) 12/22/92
8*57269Sbostic  */
9*57269Sbostic 
10*57269Sbostic void	eat_input __P((void));
11*57269Sbostic int	rwait __P((struct timeval *));
12*57269Sbostic int	tgetchar __P((void));
13*57269Sbostic void	tsleep __P((void));
14