Torque3D/Engine/lib/JoltPhysics/TestFramework/UI/UIAnimation.cpp

12 lines
248 B
C++
Raw Normal View History

2026-05-17 17:34:15 +01:00
// 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)
{
}