// SPDX-FileCopyrightText: 2021 Jorrit Rouwe // SPDX-License-Identifier: MIT #pragma once JPH_NAMESPACE_BEGIN /// Register all physics types with the factory extern void RegisterTypes(); JPH_NAMESPACE_END