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 --- Grid.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Grid.h') diff --git a/Grid.h b/Grid.h index 8a6c3e7..e9f45d7 100644 --- a/Grid.h +++ b/Grid.h @@ -2,14 +2,12 @@ #include -#include - -#include "Killmail.h" #include "LongVector3.h" +#include "Wreck.h" struct Grid { LongVector3 origin; - std::vector killmails; + std::vector wrecks; }; -- cgit v1.1