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