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-OWNER: ben.marsh #ROBOMERGE-AUTHOR: thomas.ross #ROBOMERGE-SOURCE: CL 7277580 via CL 7277589 via CL 7280572 via CL 7280590 via CL 7286612 via CL 7286777 #ROBOMERGE-BOT: BUILD (Main -> Dev-Build) (v371-7306989) [CL 7354091 by thomas ross in Dev-Build 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);
|