From 0e0358af887336d3466ac408e0404fbc806611f0 Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 20 May 2022 23:41:54 +0200 Subject: Flattened Killmail representation a bit --- Killmail.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'Killmail.h') diff --git a/Killmail.h b/Killmail.h index 23db3c6..047eb68 100644 --- a/Killmail.h +++ b/Killmail.h @@ -2,17 +2,15 @@ #include -#include "Location.h" #include "LongVector3.h" #include "Owner.h" -#include "Ship.h" struct Killmail { - Location location; - Owner owner; - Ship ship; + long int location; + long int ship; LongVector3 position; + Owner owner; std::tm time; }; -- cgit v1.1