#pragma once #include "../types.hpp" struct GPBD_MissionName { SCR_ARRAY MissionNames; }; static_assert(sizeof(GPBD_MissionName) == 513 * 8);