diff options
Diffstat (limited to 'tetris/tetris.h')
| -rw-r--r-- | tetris/tetris.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tetris/tetris.h b/tetris/tetris.h index 0aa41056..13d4b40b 100644 --- a/tetris/tetris.h +++ b/tetris/tetris.h @@ -1,4 +1,4 @@ -/* $NetBSD: tetris.h,v 1.3 1998/09/13 15:27:30 hubertf Exp $ */ +/* $NetBSD: tetris.h,v 1.4 1999/01/03 02:00:18 hubertf Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -132,6 +132,9 @@ struct shape { extern struct shape shapes[]; #define randshape() (&shapes[random() % 7]) +extern struct shape *curshape; +extern struct shape *nextshape; + /* * Shapes fall at a rate faster than once per second. * |
