summaryrefslogtreecommitdiff
path: root/games/tetris/tetris.h
diff options
context:
space:
mode:
Diffstat (limited to 'games/tetris/tetris.h')
-rw-r--r--games/tetris/tetris.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/games/tetris/tetris.h b/games/tetris/tetris.h
index 4faaf365509..0ec176e4b13 100644
--- a/games/tetris/tetris.h
+++ b/games/tetris/tetris.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tetris.h,v 1.12 2017/08/13 02:12:16 tedu Exp $ */
+/* $OpenBSD: tetris.h,v 1.13 2019/05/18 19:38:26 rob Exp $ */
/* $NetBSD: tetris.h,v 1.2 1995/04/22 07:42:48 cgd Exp $ */
/*-
@@ -35,6 +35,8 @@
* @(#)tetris.h 8.1 (Berkeley) 5/31/93
*/
+#include <limits.h>
+
/*
* Definitions for Tetris.
*/
@@ -169,6 +171,7 @@ extern long fallrate; /* less than 1 billion; smaller => faster */
extern int score; /* the obvious thing */
extern char key_msg[100];
+extern char scorepath[PATH_MAX];
extern int showpreview;
extern int classic;