]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - atc/extern.h
Merge upstream (can't test, hopefully nothing broke)
[bsdgames-darwin.git] / atc / extern.h
index 7131a6a39365dad1a38ef5a1b7354d49c35ba4f6..3bbe120252681ce4972b358afd13b96d46ce2e77 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: extern.h,v 1.17 2014/03/22 22:58:56 dholland Exp $     */
+/*     $NetBSD: extern.h,v 1.19 2015/06/25 05:33:02 dholland Exp $     */
 
 /*-
  * Copyright (c) 1990, 1993
@@ -43,6 +43,9 @@
  * For more info on this and all of my stuff, mail edjames@berkeley.edu.
  */
 
+#include <time.h>  /* for time_t */
+
+
 extern char            GAMES[];
 extern const char      *filename;
 
@@ -61,6 +64,13 @@ extern struct termios        tty_start, tty_new;
 
 extern DISPLACEMENT    displacement[MAXDIR];
 
+/* in graphics.c */
+void shutdown_gr(void);
+void ioaskquit(void);
+void ionoquit(void);
+void losermsg(const PLANE *p, const char *msg);
+
+/* misc */
 void           addplane(void);
 void           append(LIST *, PLANE *);
 void           check_adir(int, int, int);
@@ -85,7 +95,6 @@ char          name(const PLANE *);
 int            number(int);
 void           open_score_file(void);
 void           planewin(void);
-void           quit(int);
 void           redraw(void);
 void           setup_screen(const C_SCREEN *);
 void           update(int);