This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/gameengine/Physics/common/PHY_IVehicle.cpp
2011-02-25 13:37:23 +00:00

11 lines
138 B
C++

/** \file gameengine/Physics/common/PHY_IVehicle.cpp
* \ingroup phys
*/
#include "PHY_IVehicle.h"
PHY_IVehicle::~PHY_IVehicle()
{
}