9 lines
183 B
C
9 lines
183 B
C
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#pragma once
|
|
|
|
// TraceInsightsCore
|
|
#include "InsightsCore/Common/Log.h"
|
|
|
|
DECLARE_LOG_CATEGORY_EXTERN(TraceInsights, Verbose, All);
|