4.4BSD snapshot (revision 8.1); add 1993 to copyright
[unix-history] / usr / src / games / cribbage / extern.c
index 73cd409..f06c50c 100644 (file)
@@ -1,6 +1,18 @@
-# include      <curses.h>
-# include      "deck.h"
-# include      "cribbage.h"
+/*-
+ * Copyright (c) 1980, 1993
+ *     The Regents of the University of California.  All rights reserved.
+ *
+ * %sccs.include.redist.c%
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)extern.c   8.1 (Berkeley) %G%";
+#endif /* not lint */
+
+#include <curses.h>
+
+#include "deck.h"
+#include "cribbage.h"
 
 bool   explain         = FALSE;        /* player mistakes explained */
 bool   iwon            = FALSE;        /* if comp won last game */
 
 bool   explain         = FALSE;        /* player mistakes explained */
 bool   iwon            = FALSE;        /* if comp won last game */