summaryrefslogtreecommitdiffstats
path: root/tetris/input.h
diff options
context:
space:
mode:
authorhubertf <hubertf@NetBSD.org>1999-01-03 02:00:17 +0000
committerhubertf <hubertf@NetBSD.org>1999-01-03 02:00:17 +0000
commitbb3d9b5a7d9f27925fc7284fcb2394b29406be8d (patch)
treeb098b9b517a645916326699d028008cd33c73a61 /tetris/input.h
parent88ddc247b226dce915bba2681778e7926086e59a (diff)
downloadbsdgames-darwin-bb3d9b5a7d9f27925fc7284fcb2394b29406be8d.tar.gz
bsdgames-darwin-bb3d9b5a7d9f27925fc7284fcb2394b29406be8d.tar.zst
bsdgames-darwin-bb3d9b5a7d9f27925fc7284fcb2394b29406be8d.zip
Add previewing of next shape. Old (previous) behaviour can be
restored by compiling with NO_PREVIEW defined.
Diffstat (limited to 'tetris/input.h')
-rw-r--r--tetris/input.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tetris/input.h b/tetris/input.h
index d9616b1d..8bbd0d34 100644
--- a/tetris/input.h
+++ b/tetris/input.h
@@ -1,4 +1,4 @@
-/* $NetBSD: input.h,v 1.2 1995/04/22 07:42:36 cgd Exp $ */
+/* $NetBSD: input.h,v 1.3 1999/01/03 02:00:17 hubertf Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -38,7 +38,6 @@
* @(#)input.h 8.1 (Berkeley) 5/31/93
*/
-void eat_input __P((void));
int rwait __P((struct timeval *));
int tgetchar __P((void));
void tsleep __P((void));