]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - sail/misc.c
Need <stdlib.h> for abort() prototype.
[bsdgames-darwin.git] / sail / misc.c
index 8e3858c59a763870b47e9b4da73bb56b9d3154c0..91a9e6edc71f2af9c390fddf7bae5363a0e2c3b7 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: misc.c,v 1.8 2001/01/04 02:43:32 jwise Exp $   */
+/*     $NetBSD: misc.c,v 1.12 2001/02/05 01:10:10 christos Exp $       */
 
 /*
  * Copyright (c) 1983, 1993
 #if 0
 static char sccsid[] = "@(#)misc.c     8.2 (Berkeley) 4/28/95";
 #else
-__RCSID("$NetBSD: misc.c,v 1.8 2001/01/04 02:43:32 jwise Exp $");
+__RCSID("$NetBSD: misc.c,v 1.12 2001/02/05 01:10:10 christos Exp $");
 #endif
 #endif /* not lint */
 
-#include <fcntl.h>
-#include <stdlib.h>
+#include <ctype.h>
+#include <stdio.h>
 #include <unistd.h>
+#include <string.h>
 #include "extern.h"
 #include "pathnames.h"
 
 #define distance(x,y) (abs(x) >= abs(y) ? abs(x) + abs(y)/2 : abs(y) + abs(x)/2)
 
-int    range(struct ship *, struct ship *);
-struct ship    *closestenemy(struct ship *, int, int);
 static int     angle(int, int);
-int    gunsbear(struct ship *, struct ship *);
-int    portside(struct ship *, struct ship *, int);
-int    colours(struct ship *);
-void   logger(struct ship *);
 
 /* XXX */
 int