00001 /*
00002 Sebastien Loisel's Toolchest
00003 Copyright (C) 1998 Sebastien Loisel
00004
00005 This library is free software; you can redistribute it and/or
00006 modify it under the terms of the GNU Library General Public
00007 License as published by the Free Software Foundation; either
00008 version 2 of the License, or (at your option) any later version.
00009
00010 This library is distributed in the hope that it will be useful,
00011 but WITHOUT ANY WARRANTY; without even the implied warranty of
00012 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
00013 Library General Public License for more details.
00014
00015 You should have received a copy of the GNU Library General Public
00016 License along with this library; if not, write to the Free
00017 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
00018
00019 $Header: /home/gtc/public_html/gtc-cvs/toolchest/include/gtc.h,v 1.17 2001/06/20 01:31:46 loisel Exp $
00020 */
00021
00033 #ifndef _GTC_H
00034 #define _GTC_H
00035
00036 #ifdef HAVE_CONFIG_H
00037 #include <config.h>
00038 #ifdef WITH_DMALLOC
00039 #include <dmalloc.h>
00040 #endif
00041 #endif
00042
00043 #ifdef __cplusplus
00044 extern "C" {
00045 #endif
00046
00047 /* Misc */
00048 #include <gtcutils.h>
00049 #include <gtcdb.h> /* Database streaming */
00050 #include <gtcdbproc.h> /* Database procedures */
00051
00052 /* Network stuff */
00053 #include <gtcspeaker.h>
00054
00055 /* Gfx stuff */
00056 #include <gtcmesh.h> /* Basic Meshes */
00057 //#include <gtcmetagfx.h> /* Meta Graphics */
00058 #include <gtccollider.h> /* Collision */
00059 #include <gtcreadasc.h> /* ASC Reading */
00060
00061 #ifdef __cplusplus
00062 }
00063 #endif
00064
00065 #if 0
00066 #define LINUX_THREADS
00067 #define _REENTRANT
00068 #include <gc.h>
00069 #define malloc GC_malloc
00070 #define realloc GC_realloc
00071 #define free(x)
00072 #endif
00073
00074 #endif
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001