Fixed up so all targets are made at once.
[unix-history] / usr / src / games / atc / extern.h
CommitLineData
e04f5cf8
KB
1/*-
2 * Copyright (c) 1990 The Regents of the University of California.
3 * All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Ed James.
7 *
8 * %sccs.include.redist.c%
9 *
55900916 10 * @(#)extern.h 5.4 (Berkeley) %G%
e04f5cf8
KB
11 */
12
76fd9477
KB
13/*
14 * Copyright (c) 1987 by Ed James, UC Berkeley. All rights reserved.
15 *
16 * Copy permission is hereby granted provided that this notice is
17 * retained on all partial or complete copies.
18 *
19 * For more info on this and all of my stuff, mail edjames@berkeley.edu.
20 */
21
3e3e3488 22extern char GAMES[], *file;
76fd9477 23
55900916 24extern int clck, safe_planes, start_time, test_mode;
76fd9477
KB
25
26extern FILE *filein, *fileout;
27
28extern C_SCREEN screen, *sp;
29
30extern LIST air, ground;
31
32extern struct sgttyb tty_start, tty_new;
33
34extern DISPLACEMENT displacement[MAXDIR];
35
36extern PLANE *findplane(), *newplane();