RegisterTypes.h 209 B

1234567891011
  1. // SPDX-FileCopyrightText: 2021 Jorrit Rouwe
  2. // SPDX-License-Identifier: MIT
  3. #pragma once
  4. JPH_NAMESPACE_BEGIN
  5. /// Register all physics types with the factory
  6. extern void RegisterTypes();
  7. JPH_NAMESPACE_END