#pragma once #include #include "Location.h" #include "LongVector3.h" #include "Owner.h" #include "Ship.h" struct Killmail { Location location; Owner owner; Ship ship; Vector3 position; LongVector3 original; };