8 lines
166 B
C++
8 lines
166 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "CurveEditorTrace.h"
|
|
|
|
#include "Trace/Detail/Channel.h"
|
|
|
|
UE_TRACE_CHANNEL_DEFINE(CurveEditorChannel);
|