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