#pragma once #include #include "Killmail.h" struct Wreck { Vector3 position; Killmail killmail; double time; int team; };