UIAnimation.cpp 248 B

1234567891011
  1. // Jolt Physics Library (https://github.com/jrouwe/JoltPhysics)
  2. // SPDX-FileCopyrightText: 2021 Jorrit Rouwe
  3. // SPDX-License-Identifier: MIT
  4. #include <TestFramework.h>
  5. #include <UI/UIAnimation.h>
  6. JPH_IMPLEMENT_RTTI_VIRTUAL_BASE(UIAnimation)
  7. {
  8. }