Files
UnrealEngineUWP/Engine/Source/Runtime/NetworkFileSystem/Private/NetworkFileSystemPrivatePCH.h
2014-04-02 18:09:23 -04:00

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