#pragma once #include #include #include "Killmail.h" #include "LongVector3.h" struct Grid { LongVector3 origin; std::vector killmails; };