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