From 345bb237a7f682670a6107ae75afd948cc1f6ab6 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 15 May 2022 15:37:59 +0200 Subject: Separated Wreck from Killmail --- Killmail.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Killmail.h') diff --git a/Killmail.h b/Killmail.h index cc0f06b..6550dc9 100644 --- a/Killmail.h +++ b/Killmail.h @@ -1,7 +1,5 @@ #pragma once -#include - #include "Location.h" #include "LongVector3.h" #include "Owner.h" @@ -13,6 +11,5 @@ struct Killmail Location location; Owner owner; Ship ship; - Vector3 position; - LongVector3 original; + LongVector3 position; }; -- cgit v1.1