24 lines
689 B
C++
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()
|
|
{}
|