/* (c) 1999-2000 Tino Schwarze, see COPYING for details */
/**@pkg cObject.cWorld*/
/**
* class cWorld, providing interface to OpenGL/GLUT
*
* #include "cWorld.hh"
*
* -lglut
*
* -lMesaGL or -lGL
*
* -lMesaGLU or -lGLU
*
* This is the root of the scene. It's like init(8) but for cObjects.
*
* @pkgdoc cObject.cWorld
*/
#ifndef cWorld_hh
#define cWorld_hh
// get STL map (associative array)
#include
|