11 lines
274 B
C++
11 lines
274 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "LiveLinkComponentModule.h"
|
|
|
|
#include "LiveLinkComponentPrivate.h"
|
|
#include "Modules/ModuleManager.h"
|
|
|
|
DEFINE_LOG_CATEGORY(LogLiveLinkComponents);
|
|
|
|
IMPLEMENT_MODULE(FLiveLinkComponentsModule, LiveLinkComponents);
|