forked from bartvdbraak/blender
11 lines
138 B
C++
11 lines
138 B
C++
/** \file gameengine/Physics/common/PHY_IVehicle.cpp
|
|
* \ingroup phys
|
|
*/
|
|
|
|
#include "PHY_IVehicle.h"
|
|
|
|
PHY_IVehicle::~PHY_IVehicle()
|
|
{
|
|
|
|
}
|