You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
33 lines
985 B
C
33 lines
985 B
C
// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved.
|
|
|
|
/*=============================================================================
|
|
NetworkFileSystemPrivatePCH.h: Pre-compiled header file for the NetworkFileSystem module.
|
|
=============================================================================*/
|
|
|
|
#ifndef NETWORK_FILESYSTEM_PRIVATEPCH_H
|
|
#define NETWORK_FILESYSTEM_PRIVATEPCH_H
|
|
|
|
|
|
#include "../Public/NetworkFileSystem.h"
|
|
|
|
|
|
/* Dependencies
|
|
*****************************************************************************/
|
|
|
|
#include "Developer/DirectoryWatcher/Public/DirectoryWatcherModule.h"
|
|
#include "IPlatformFileSandboxWrapper.h"
|
|
#include "MultichannelTCP.h"
|
|
#include "Projects.h"
|
|
#include "Sockets.h"
|
|
#include "SocketSubsystem.h"
|
|
|
|
|
|
/* Private includes
|
|
*****************************************************************************/
|
|
|
|
DECLARE_LOG_CATEGORY_EXTERN(LogFileServer, Log, All);
|
|
|
|
#include "NetworkFileServerConnection.h"
|
|
#include "NetworkFileServer.h"
|
|
|
|
#endif |