eng.hh

Go to the documentation of this file.
00001 /*
00008  * LEGAL:   COPYRIGHT (C) 2004 JIM E. BROOKS
00009  *          THIS SOURCE CODE IS RELEASED UNDER THE TERMS
00010  *          OF THE GNU GENERAL PUBLIC LICENSE VERSION 2 (GPL 2).
00011  *****************************************************************************/
00012 
00013 #ifndef ENG_HH
00014 #define ENG_HH 1
00015 
00016 // STATS and DEBUG are tied.
00017 #ifndef STATS
00018 #if DEBUG
00019 #define STATS 1
00020 #else
00021 #define STATS 0
00022 #endif
00023 #endif
00024 
00025 // base
00026 #include "base.hh"
00027 #include "base_conf_reader.hh"
00028 using namespace base;
00029 
00030 // gfx
00031 #include "gfx.hh"
00032 #include "gfx_math.hh"
00033 #include "gfx_math_matrix.hh"
00034 #include "gfx_events.hh"
00035 using namespace gfx;
00036 
00037 // Engine.
00038 #include "meta_eng.hh"
00039 #include "eng_types.hh"
00040 #include "eng_defs.hh"
00041 #include "eng_stats.hh"
00042 //#include "eng_funcs.hh"
00043 #include "eng_typesig_defs.hh"
00044 #include "eng_events.hh"
00045 #include "eng_volume.hh"
00046 #include "eng_lod.hh"
00047 #include "eng_node.hh"
00048 #include "eng_node_visitor.hh"
00049 #include "eng_bsp.hh"
00050 #include "eng_graph.hh"
00051 #include "eng_object.hh"
00052 #include "eng_timer.hh"
00053 #include "eng_view.hh"
00054 #include "eng_class.hh"
00055 #include "meta_world.hh"
00056 #include "eng_global.hh"
00057 
00058 #endif // ENG_HH
Palomino 3D Engine documents generated by doxygen 1.5.3 on Fri Nov 23 11:26:07 2007