This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/gameengine/Physics/common/PHY_IVehicle.cpp

11 lines
138 B
C++
Raw Normal View History

2011-02-25 13:37:23 +00:00
/** \file gameengine/Physics/common/PHY_IVehicle.cpp
* \ingroup phys
*/
#include "PHY_IVehicle.h"
PHY_IVehicle::~PHY_IVehicle()
{
}