Welcome to mirror list, hosted at ThFree Co, Russian Federation.

PHY_IVehicle.cpp « common « Physics « gameengine « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a60bb3e596dce415025d69406608f7222b98f0ee (plain)
1
2
3
4
5
6
7
8
9
10
/** \file gameengine/Physics/common/PHY_IVehicle.cpp
 *  \ingroup phys
 */

#include "PHY_IVehicle.h"

PHY_IVehicle::~PHY_IVehicle()
{

}