1: /* 2: * Copyright (c) 1987 by Ed James, UC Berkeley. All rights reserved. 3: * 4: * Copy permission is hereby granted provided that this notice is 5: * retained on all partial or complete copies. 6: * 7: * For more info on this and all of my stuff, mail edjames@berkeley.edu. 8: */ 9: 10: extern char GAMES[], LOG[], *file; 11: 12: extern int clock, safe_planes, start_time, test_mode; 13: 14: extern FILE *filein, *fileout; 15: 16: extern C_SCREEN screen, *sp; 17: 18: extern LIST air, ground; 19: 20: extern struct sgttyb tty_start, tty_new; 21: 22: extern DISPLACEMENT displacement[MAXDIR]; 23: 24: extern PLANE *findplane(), *newplane();