// Jolt Physics Library (https://github.com/jrouwe/JoltPhysics) // SPDX-FileCopyrightText: 2026 Jorrit Rouwe // SPDX-License-Identifier: MIT #pragma once #include JPH_NAMESPACE_BEGIN namespace StreamUtils { template using ObjectToIDMap = UnorderedMap; template using IDToObjectMap = Array>; } // StreamUtils JPH_NAMESPACE_END