You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#tests iOS Client compile #rb none #ROBOMERGE-SOURCE: CL 7277580 via CL 7277589 via CL 7280572 via CL 7280590 via CL 7286612 #ROBOMERGE-BOT: (v369-7254125) [CL 7286777 by thomas ross in Main branch]
7 lines
261 B
C++
7 lines
261 B
C++
// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved.
|
|
#include "InstallBundleManagerPrivatePCH.h"
|
|
#include "InstallBundleManagerModule.h"
|
|
|
|
IMPLEMENT_MODULE(FInstallBundleManagerModule, InstallBundleManager);
|
|
DEFINE_LOG_CATEGORY(LogInstallBundleManager);
|