You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
25 lines
700 B
C
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
|