Torque3D/Engine/lib/JoltPhysics/TestFramework/UI/UIAnimation.cpp
2026-06-06 16:07:23 +01:00

11 lines
248 B
C++

// Jolt Physics Library (https://github.com/jrouwe/JoltPhysics)
// SPDX-FileCopyrightText: 2021 Jorrit Rouwe
// SPDX-License-Identifier: MIT
#include <TestFramework.h>
#include <UI/UIAnimation.h>
JPH_IMPLEMENT_RTTI_VIRTUAL_BASE(UIAnimation)
{
}