summaryrefslogtreecommitdiffstats
path: root/tetris/tetris.h
diff options
context:
space:
mode:
authorpgoyette <pgoyette@NetBSD.org>2014-07-13 16:23:55 +0000
committerpgoyette <pgoyette@NetBSD.org>2014-07-13 16:23:55 +0000
commitc1575446b4355046bd6cf7f905cab749762c5306 (patch)
treeea23e632dcea07b44f53789c1b8572cab84fa207 /tetris/tetris.h
parentd50718e53412f5ea2897755a7841ac38a58256f5 (diff)
downloadbsdgames-darwin-c1575446b4355046bd6cf7f905cab749762c5306.tar.gz
bsdgames-darwin-c1575446b4355046bd6cf7f905cab749762c5306.tar.zst
bsdgames-darwin-c1575446b4355046bd6cf7f905cab749762c5306.zip
Provide an option to restore traditional black-and-white mode.
Diffstat (limited to 'tetris/tetris.h')
-rw-r--r--tetris/tetris.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tetris/tetris.h b/tetris/tetris.h
index 4f2fbccd..559ef761 100644
--- a/tetris/tetris.h
+++ b/tetris/tetris.h
@@ -1,4 +1,4 @@
-/* $NetBSD: tetris.h,v 1.13 2014/06/11 16:47:39 christos Exp $ */
+/* $NetBSD: tetris.h,v 1.14 2014/07/13 16:23:55 pgoyette Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -168,6 +168,7 @@ extern gid_t gid, egid;
extern char key_msg[100];
extern int showpreview;
+extern int nocolor;
int fits_in(const struct shape *, int);
void place(const struct shape *, int, int);