ComputeSystem.cpp 299 B

123456789101112131415
  1. // Jolt Physics Library (https://github.com/jrouwe/JoltPhysics)
  2. // SPDX-FileCopyrightText: 2026 Jorrit Rouwe
  3. // SPDX-License-Identifier: MIT
  4. #include <Jolt/Jolt.h>
  5. #include <Jolt/Compute/ComputeSystem.h>
  6. JPH_NAMESPACE_BEGIN
  7. JPH_IMPLEMENT_RTTI_ABSTRACT_BASE(ComputeSystem)
  8. {
  9. }
  10. JPH_NAMESPACE_END