Files
CosmicEngine/lib/All/JoltPhysics/TestFramework/UI/UIAnimation.cpp

12 lines
248 B
C++
Raw Normal View History

// 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)
{
}