]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - atc/struct.h
NetBSD rcsid.
[bsdgames-darwin.git] / atc / struct.h
index 2cde703c09237a897384024f9106b7ae10512d1f..500a8ea16916cb790fb90e983b5578f1f23f2d17 100644 (file)
@@ -1,6 +1,8 @@
+/*     $NetBSD: struct.h,v 1.5 2003/08/07 09:36:54 agc 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.
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *     This product includes software developed by the University of
- *     California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *
@@ -33,8 +31,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- *     from: @(#)struct.h      5.2 (Berkeley) 4/30/90
- *     $Id: struct.h,v 1.2 1993/08/01 18:57:14 mycroft Exp $
+ *     @(#)struct.h    8.1 (Berkeley) 5/31/93
  */
 
 /*
@@ -106,6 +103,8 @@ typedef struct {
        int     real_time;
 } SCORE;
 
+#define SCORE_SCANF_FMT        "%9s %255s %255s %d %d %d"
+
 typedef struct displacement {
        int     dx;
        int     dy;