00001 /* 00002 Copyright (C) 2005 Michael K. McCarty & Fritz Bronner 00003 00004 This program is free software; you can redistribute it and/or modify 00005 it under the terms of the GNU General Public License as published by 00006 the Free Software Foundation; either version 2 of the License, or 00007 (at your option) any later version. 00008 00009 This program is distributed in the hope that it will be useful, 00010 but WITHOUT ANY WARRANTY; without even the implied warranty of 00011 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00012 GNU General Public License for more details. 00013 00014 You should have received a copy of the GNU General Public License 00015 along with this program; if not, write to the Free Software 00016 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 00017 */ 00018 // Key EXTERN Support File 00019 extern struct Players *Data; 00020 extern int x,y,mousebuttons,key; 00021 extern unsigned char *screen; 00022 extern unsigned char LOAD,ZOND,QUIT,FADE,XMAS; 00023 extern char pal[3*256]; 00024 extern char plr[2],Name[20],IDT[5],IKEY[5]; 00025 extern char * buffer; 00026 extern GXHEADER vhptr,vhptr2; 00027 extern char * oldpal; 00028 extern long xMODE; 00029 extern char *S_Name[]; 00030 extern int cdROM,hDISK; 00031 extern int screen_dirty; 00032 extern int evflag; /* news.c, used in news_seq.c */