/* * BCC2GRX - Interfacing Borland based graphics programs to LIBGRX * Copyright (C) 1993 Hartmut Schirmer * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. * * This library 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 * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * * * Contact : Hartmut Schirmer * Feldstrasse 118 * D-2300 Kiel 1 * Germany * * No telephone calls please ! * * NOTE : Please use ZIP 24105 after July 1 1993 !! * */ #ifndef __BGIEXT_H #define __BGIEXT_H #ifdef __TURBOC__ # include #endif #ifdef __GNUC__ # include #endif extern unsigned char _dac_g256[][3]; /* 256 shading dac values */ extern unsigned char _dac_normal[][3]; /* 256 standard colors */ void setrgbdefaults(void); void setrgbgray256(void); #endif