Files
LNXSDK/lib/haxejolt/JoltPhysics/Jolt/Compute/ComputeSystem.cpp

16 lines
299 B
C++
Raw Normal View History

2026-03-04 00:50:15 -08:00
// Jolt Physics Library (https://github.com/jrouwe/JoltPhysics)
// SPDX-FileCopyrightText: 2026 Jorrit Rouwe
// SPDX-License-Identifier: MIT
#include <Jolt/Jolt.h>
#include <Jolt/Compute/ComputeSystem.h>
JPH_NAMESPACE_BEGIN
JPH_IMPLEMENT_RTTI_ABSTRACT_BASE(ComputeSystem)
{
}
JPH_NAMESPACE_END