#include <vector>
#include "odehandle.h"
#include "odeconfig.h"
#include "sound.h"
#include <selforg/plotoption.h>
Include dependency graph for globaldata.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | lpzrobots |
Classes | |
struct | GlobalData |
Data structure holding all essential global information. More... | |
Typedefs | |
typedef std::vector< AbstractObstacle * > | lpzrobots::ObstacleList |
typedef std::vector< Configurable * > | lpzrobots::ConfigList |
typedef std::vector< OdeAgent * > | lpzrobots::OdeAgentList |
typedef std::list< Sound > | lpzrobots::SoundList |
typedef std::list< PlotOption > | lpzrobots::PlotOptionList |