From 79cdfa8ea1b0bdba6889bfea03d2c4ab5987c675 Mon Sep 17 00:00:00 2001 From: dholland Date: Thu, 25 Jun 2015 05:33:02 +0000 Subject: Move game logic out of the file with the curses code. --- atc/extern.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'atc/extern.h') diff --git a/atc/extern.h b/atc/extern.h index 89764df2..3bbe1202 100644 --- a/atc/extern.h +++ b/atc/extern.h @@ -1,4 +1,4 @@ -/* $NetBSD: extern.h,v 1.18 2015/06/19 06:02:31 dholland Exp $ */ +/* $NetBSD: extern.h,v 1.19 2015/06/25 05:33:02 dholland Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -64,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); @@ -88,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); -- cgit v1.2.3-56-ge451