summaryrefslogtreecommitdiff
path: root/game/vehicles/vehicle.cpp
blob: 4c4ac711d325464c3883e3ab6358367c05aa7730 (plain)
1
2
3
4
5
6
#include "vehicle.h"

Vehicle::Vehicle(LinkPtr l, const std::string & obj, const std::string & tex) :
	Physical(l->ends.front().first->pos, obj, tex), link(l)
{
}