X-Git-Url: https://git.cameronkatri.com/bsdgames-darwin.git/blobdiff_plain/d7be70527bfff340ccf3fef43add3188d54d7eae..626903439b2df287fd31ab00fa78eea25ae0a22d:/sail/game.c diff --git a/sail/game.c b/sail/game.c index 5819a6e8..087ab9c0 100644 --- a/sail/game.c +++ b/sail/game.c @@ -1,4 +1,4 @@ -/* $NetBSD: game.c,v 1.8 2001/01/04 01:53:24 jwise Exp $ */ +/* $NetBSD: game.c,v 1.10 2001/02/05 01:10:09 christos Exp $ */ /* * Copyright (c) 1983, 1993 @@ -38,15 +38,13 @@ #if 0 static char sccsid[] = "@(#)game.c 8.2 (Berkeley) 4/28/95"; #else -__RCSID("$NetBSD: game.c,v 1.8 2001/01/04 01:53:24 jwise Exp $"); +__RCSID("$NetBSD: game.c,v 1.10 2001/02/05 01:10:09 christos Exp $"); #endif #endif /* not lint */ +#include #include "extern.h" -int maxturns(struct ship *, char *); -int maxmove(struct ship *, int, int); - int maxturns(struct ship *ship, char *af) {