13 lines
174 B
C++
13 lines
174 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#pragma once
|
|
|
|
|
|
namespace mu
|
|
{
|
|
class FLayout;
|
|
|
|
extern void LayoutPack3(FLayout* Result, const FLayout* SourceLayout);
|
|
|
|
}
|