-/* $NetBSD: extern.c,v 1.10 2008/01/31 05:19:44 dholland Exp $ */
+/* $NetBSD: extern.c,v 1.12 2015/06/19 06:02:31 dholland Exp $ */
/*-
* Copyright (c) 1990, 1993
#if 0
static char sccsid[] = "@(#)extern.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: extern.c,v 1.10 2008/01/31 05:19:44 dholland Exp $");
+__RCSID("$NetBSD: extern.c,v 1.12 2015/06/19 06:02:31 dholland Exp $");
#endif
#endif /* not lint */
-#include "include.h"
+#include <termios.h>
+
+#include "def.h"
+#include "struct.h"
+#include "extern.h"
+#include "tunable.h"
char GAMES[] = "Game_List";
FILE *filein, *fileout;
#endif
-C_SCREEN screen, *sp = &screen;
+static C_SCREEN screen;
+C_SCREEN *sp = &screen;
LIST air, ground;