Files
UnrealEngineUWP/Engine/Source/Runtime/ClothingSystemRuntimeInterface/Private/ClothingSimulationInterface.cpp

24 lines
689 B
C++
Raw Normal View History

// Copyright Epic Games, Inc. All Rights Reserved.
#include "ClothingSimulationInterface.h"
//==============================================================================
// IClotingSimulationContext
//==============================================================================
IClothingSimulationContext::IClothingSimulationContext()
{}
IClothingSimulationContext::~IClothingSimulationContext()
{}
//==============================================================================
// IClothingSimulation
//==============================================================================
IClothingSimulation::IClothingSimulation()
{}
IClothingSimulation::~IClothingSimulation()
{}