Files
UnrealEngineUWP/Engine/Source/Runtime/ClothingSystemRuntimeInterface/Private/ClothingSimulationInterface.cpp
Ryan Durand 54168a659e Updating more copyrights to remove years.
#rnx
#rb none
#jira none

[CL 10898929 by Ryan Durand in Main branch]
2020-01-07 17:07:47 -05:00

24 lines
689 B
C++

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