#pragma once #include #include "LongVector3.h" #include "Owner.h" struct Killmail { long int location; long int ship; LongVector3 position; Owner owner; std::tm time; };