Files
o3de/Gems/EMotionFX/Code/Source/Integration/Rendering/RenderBackend.cpp
T
2021-06-23 10:55:22 -07:00

19 lines
433 B
C++

/*
* Copyright (c) Contributors to the Open 3D Engine Project
*
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#include <EMotionFX/Source/Actor.h>
#include <Integration/Rendering/RenderBackend.h>
#include <Integration/System/SystemCommon.h>
namespace EMotionFX
{
namespace Integration
{
AZ_CLASS_ALLOCATOR_IMPL(RenderBackend, EMotionFXAllocator, 0);
} // namespace Integration
} // namespace EMotionFX