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