9 lines
216 B
C++
9 lines
216 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "DataLinkEdGraphLog.h"
|
|
#include "Modules/ModuleManager.h"
|
|
|
|
DEFINE_LOG_CATEGORY(LogDataLinkEdGraph);
|
|
|
|
IMPLEMENT_MODULE(FDefaultModuleImpl, DataLinkEdGraph)
|