RegisterTypes.h 196 B

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