Main Page   Class Hierarchy   Compound List   File List   Compound Members  

css.h

00001 /*
00002     Copyright (C) 1998 by Jorrit Tyberghein
00003     CSScript module created by Brandon Ehle
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     Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
00018 */
00019 
00020 // The queen of all include files.  Good for being a precompiled header, by
00021 // utilizing the NO_* macros, while stop a complete build
00022 
00023 #ifndef __CSS_H__
00024 #define __CSS_H__
00025 
00026 #ifndef BRANDON_NOTHING
00027 
00028 // SysDef
00029 #ifndef NO_CSSYSDEF
00030 #include "cssysdef.h"
00031 #endif
00032 
00033 // SCF
00034 #ifndef NO_CSSCF
00035 #include "csutil/scf.h"
00036 #endif
00037 
00038 // CS Sys
00039 #ifndef NO_CSSYS
00040 #include "cssys/sysdriv.h"
00041 #endif
00042 
00043 // CS Interfaces
00044 #ifndef NO_CSINTERFACE
00045 #include "igraphic/image.h"
00046 #include "imesh/thing/thing.h"
00047 #include "ivideo/txtmgr.h"
00048 #include "ivideo/texture.h"
00049 #include "iengine/texture.h"
00050 #include "iengine/engine.h"
00051 #include "imap/parser.h"
00052 #endif
00053 
00054 // CS Geom
00055 #ifndef NO_CSGEOM
00056 #include "csgeom/math2d.h"
00057 #include "csgeom/math3d.h"
00058 #endif
00059 
00060 // CS Engine
00061 #ifndef NO_CSENGINE
00062 #include "csengine/light.h"
00063 #include "csengine/sector.h"
00064 #include "csengine/thing.h"
00065 #include "csengine/polygon.h"
00066 #include "cstool/collider.h"
00067 #endif
00068 
00069 // CS Object
00070 #ifndef NO_CSOBJECT
00071 #endif
00072 
00073 // CS Util
00074 #ifndef NO_CSUTIL
00075 #endif
00076 
00077 // CS Parser
00078 #ifndef NO_CSPARSER
00079 #endif
00080 
00081 #endif // BRANDON_NOTHING
00082 
00083 #endif // __CSS_H__

Generated for Crystal Space by doxygen 1.2.5 written by Dimitri van Heesch, ©1997-2000