X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=src%2Fv2%2Fsource%2FMAPED%2FCONFIG.H;fp=src%2Fv2%2Fsource%2FMAPED%2FCONFIG.H;h=d026fcda9f4d7ff81d23fc09a41d25dc0ba545fe;hb=7125f0a15b17ed3788eb7091189029d72b9eb9c2;hp=0000000000000000000000000000000000000000;hpb=4fd84e1460463b4095bf4632dabfafb849a3489e;p=proj16%2F16.git diff --git a/src/v2/source/MAPED/CONFIG.H b/src/v2/source/MAPED/CONFIG.H new file mode 100644 index 00000000..d026fcda --- /dev/null +++ b/src/v2/source/MAPED/CONFIG.H @@ -0,0 +1,28 @@ +/* +Copyright (C) 1998 BJ Eirich (aka vecna) +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation; either version 2 +of the License, or (at your option) any later version. +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +See the GNU General Public Lic +See the GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + +#ifndef CONFIG_INC +#define CONFIG_INC + +extern char vm; +extern char *strbuf; +extern char white,black,darkred,pad,th,mh; +extern char winbg,titlebg,brightw,darkw; + +extern void InitializeDefaults(); +extern void GetConfig(char *fname); + +#endif // CONFIG_INC