]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - atc/struct.h
Add NetBSD slogans for fortune database.
[bsdgames-darwin.git] / atc / struct.h
index 3a5ab4901aa0f52c63f7e14f06db6998f70b0177..35e302f598ad44ab9997424fd53090481d625083 100644 (file)
@@ -1,6 +1,8 @@
+/*     $NetBSD: struct.h,v 1.4 1999/07/17 19:57:03 hubertf Exp $       */
+
 /*-
 /*-
- * Copyright (c) 1990 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1990, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Ed James.
  *
  * This code is derived from software contributed to Berkeley by
  * Ed James.
@@ -33,7 +35,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- *     @(#)struct.h    5.2 (Berkeley) 4/30/90
+ *     @(#)struct.h    8.1 (Berkeley) 5/31/93
  */
 
 /*
  */
 
 /*
@@ -105,6 +107,8 @@ typedef struct {
        int     real_time;
 } SCORE;
 
        int     real_time;
 } SCORE;
 
+#define SCORE_SCANF_FMT        "%9s %255s %255s %d %d %d"
+
 typedef struct displacement {
        int     dx;
        int     dy;
 typedef struct displacement {
        int     dx;
        int     dy;