home *** CD-ROM | disk | FTP | other *** search
- /*
- * 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 __LIBBCC_H
- #define __LIBBCC_H
-
- #include <grx.h>
- #include <bccgrx.h>
- #include <p2c/tp_port.h>
-
- #endif
-
-