#include "base.hh"
#include "base_random.hh"
#include "base_settings.hh"
#include "gfx.hh"
#include "gfx_settings.hh"
#include "eng.hh"
#include "eng_world.hh"
#include "mod_base.hh"
#include "mod_sim.hh"
#include "mod_sim_misc.hh"
#include "mod_sim_world.hh"
#include "mod_sim_init.hh"
#include "mod_sim_sky.hh"
#include "mod_sim_terrain.hh"
Namespaces | |
| namespace | mod_sim |
Defines | |
| #define | MOD_SIM_WORLD_CC 1 |
| #define | RETURN_TRUE_IF_EDGE_QUADRANT(DIM) |
Functions | |
| ostream & | mod_sim::operator<< (ostream &strm, const SimWorld::Conf &conf) |
| #define MOD_SIM_WORLD_CC 1 |
| #define RETURN_TRUE_IF_EDGE_QUADRANT | ( | DIM | ) |
Value:
if ( (mQuadrantDim[DIM] > 1) \ && ( (quadrant->GetTriplet()[DIM] == 0) \ || (quadrant->GetTriplet()[DIM] == mQuadrantDim[DIM] - 1) ) ) \ return true;
Palomino 3D Engine documents generated by doxygen 1.5.3 on Fri Nov 23 11:26:16 2007