Files

8 lines
331 B
C++
Raw Permalink Normal View History

// Copyright Epic Games, Inc. All Rights Reserved.
#include "InstallBundleManagerModule.h"
#include "InstallBundleManagerPrivate.h"
IMPLEMENT_MODULE(FInstallBundleManagerModule, InstallBundleManager);
DEFINE_LOG_CATEGORY(LogInstallBundleManager);
CSV_DEFINE_CATEGORY_MODULE(INSTALLBUNDLEMANAGER_API, InstallBundleManager, false);