Files
UnrealEngineUWP/Engine/Source/Runtime/InstallBundleManager/Private/InstallBundleManagerModule.cpp
peter knepley 39a342b692 Fix build
#ROBOMERGE-SOURCE: CL 7277667 via CL 7277669 via CL 7280718 via CL 7280738 via CL 7286815
#ROBOMERGE-BOT: (v369-7254125)

[CL 7286953 by peter knepley in Main branch]
2019-07-12 00:45:46 -04:00

7 lines
261 B
C++

// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved.
#include "InstallBundleManagerModule.h"
#include "InstallBundleManagerPrivatePCH.h"
IMPLEMENT_MODULE(FInstallBundleManagerModule, InstallBundleManager);
DEFINE_LOG_CATEGORY(LogInstallBundleManager);