Files
UnrealEngineUWP/Engine/Source/Runtime/Online/HTTP/Private/HTML5/HTML5PlatformHttp.cpp
2014-03-14 14:13:41 -04:00

20 lines
309 B
C++

// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved.
#include "HttpPrivatePCH.h"
#include "HTML5PlatformHttp.h"
void FHTML5PlatformHttp::Init()
{
}
void FHTML5PlatformHttp::Shutdown()
{
}
IHttpRequest* FHTML5PlatformHttp::ConstructRequest()
{
return FGenericPlatformHttp::ConstructRequest();
}