forked from LeenkxTeam/LNXSDK
16 lines
299 B
C++
16 lines
299 B
C++
// 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
|