#include "vehicle.h" #include "game/network/link.h" #include #include #include Vehicle::Vehicle(const LinkPtr & l, const std::string & obj, const std::string & tex) : Physical(l->ends.front().first->pos, obj, tex), link(l) { }