00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023 #ifndef __CSS_H__
00024 #define __CSS_H__
00025
00026 #ifndef BRANDON_NOTHING
00027
00028
00029 #ifndef NO_CSSYSDEF
00030 #include "cssysdef.h"
00031 #endif
00032
00033
00034 #ifndef NO_CSSCF
00035 #include "csutil/scf.h"
00036 #endif
00037
00038
00039 #ifndef NO_CSSYS
00040 #include "cssys/sysdriv.h"
00041 #endif
00042
00043
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
00055 #ifndef NO_CSGEOM
00056 #include "csgeom/math2d.h"
00057 #include "csgeom/math3d.h"
00058 #endif
00059
00060
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
00070 #ifndef NO_CSOBJECT
00071 #endif
00072
00073
00074 #ifndef NO_CSUTIL
00075 #endif
00076
00077
00078 #ifndef NO_CSPARSER
00079 #endif
00080
00081 #endif // BRANDON_NOTHING
00082
00083 #endif // __CSS_H__