X-Git-Url: https://git.cameronkatri.com/bsdgames-darwin.git/blobdiff_plain/77e3814f0c0e3dea4d0032e25666f77e6f83bfff..dc6fb5dc49807bdfab1b64b687522b76a6492011:/atc/struct.h?ds=sidebyside diff --git a/atc/struct.h b/atc/struct.h index 3a5ab490..35e302f5 100644 --- a/atc/struct.h +++ b/atc/struct.h @@ -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. @@ -33,7 +35,7 @@ * 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; +#define SCORE_SCANF_FMT "%9s %255s %255s %d %d %d" + typedef struct displacement { int dx; int dy;