Files
UnrealEngineUWP/Engine/Source/Developer/TraceAnalysis/Private/TraceAnalysisModule.cpp

6 lines
151 B
C++
Raw Normal View History

// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved.
#include "Modules/ModuleManager.h"
IMPLEMENT_MODULE(FDefaultModuleImpl, TraceAnalysis);