#include "BlueprintManager.h"#include "BoxShapeData.h"#include "SphereShapeData.h"#include "CapsuleShapeData.h"#include "PlaneShapeData.h"#include "MotorData.h"#include "AttractorMotorData.h"#include "GearedMotorData.h"#include "ServoMotorData.h"#include "ThrusterMotorData.h"#include "SpringMotorData.h"#include "SensorData.h"#include "AccelerationSensorData.h"#include "InclineSensorData.h"#include "RaycastSensorData.h"#include "VolumeSensorData.h"#include "external/tinyxml/tinyxml.h"Go to the source code of this file.
Namespaces | |
| namespace | opal |
| namespace | opal::blueprintManagerImpl |
Functions | |
| OPAL_EXPORT_FUNCTION void OPAL_CALL | opal::loadFile (Blueprint &bp, const string &filename) |
1.4.6-NO