From 8ad11975221b1448865400cab14a1560b71c6ade Mon Sep 17 00:00:00 2001 From: Aki Date: Sat, 7 May 2022 23:51:13 +0200 Subject: Added support for sample dump loading --- Killmail.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Killmail.h') diff --git a/Killmail.h b/Killmail.h index 64cf972..cc0f06b 100644 --- a/Killmail.h +++ b/Killmail.h @@ -3,6 +3,7 @@ #include #include "Location.h" +#include "LongVector3.h" #include "Owner.h" #include "Ship.h" @@ -13,4 +14,5 @@ struct Killmail Owner owner; Ship ship; Vector3 position; + LongVector3 original; }; -- cgit v1.1