Files
UnrealEngineUWP/Engine/Source/Programs/HeadlessChaos/Public/GeometryCollection/GeometryCollectionTestDecimation.h

12 lines
175 B
C
Raw Normal View History

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "GeometryCollectionTest.h"
namespace GeometryCollectionTest
{
void TestGeometryDecimation();
}