You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
cleaned up some fallout from incorrectly set up modules [CL 2048417 by Max Preussner in Main branch]
27 lines
768 B
C
27 lines
768 B
C
// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved.
|
|
|
|
/*=============================================================================
|
|
SessionServicesPrivatePCH.h: Pre-compiled header file for the SessionServices module.
|
|
=============================================================================*/
|
|
|
|
#pragma once
|
|
|
|
#include "SessionServices.h"
|
|
|
|
|
|
/* Dependencies
|
|
*****************************************************************************/
|
|
|
|
#include "EngineMessages.h"
|
|
#include "Messaging.h"
|
|
#include "SessionMessages.h"
|
|
#include "Ticker.h"
|
|
|
|
|
|
/* Private includes
|
|
*****************************************************************************/
|
|
|
|
#include "SessionInstanceInfo.h"
|
|
#include "SessionInfo.h"
|
|
#include "SessionManager.h"
|
|
#include "SessionService.h" |