| 5 | |
| 6 | using namespace Poseidon; |
| 7 | ObjectTyped::ObjectTyped(LODShapeWithShadow* shape, const EntityType* type, int id) |
| 8 | : base(shape, id), _type(const_cast<EntityType*>(type)) |
| 9 | { |
| 10 | _type->VehicleAddRef(); |
| 11 | } |
| 12 | |
| 13 | ObjectTyped::~ObjectTyped() |
| 14 | { |
nothing calls this directly
no test coverage detected