#include "OdeWorld.h" OdeWorld::OdeWorld() { m_world = dWorldCreate(); } OdeWorld::~OdeWorld() { dWorldDestroy(m_world); }