Files
UnrealEngineUWP/Engine/Source/Runtime/Networking/Private/NetworkingPrivatePCH.h
2014-03-14 14:13:41 -04:00

25 lines
700 B
C

// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved.
/*=============================================================================
NetworkingPrivatePCH.h: Pre-compiled header file for the Networking module.
=============================================================================*/
#ifndef UNREAL_NETWORKING_PRIVATE_PCH
#define UNREAL_NETWORKING_PRIVATE_PCH
/* Dependencies
*****************************************************************************/
#include "../Public/Networking.h"
#include "Sockets.h"
#include "SocketSubsystem.h"
/* Private includes
*****************************************************************************/
#include "NetworkingModule.h"
#endif