mirror of
https://github.com/mordentral/AdvancedSessionsPlugin.git
synced 2025-10-22 16:04:18 +00:00
Fix compilation error due to missing 'Online.h' inclusion
This commit is contained in:
@@ -3,6 +3,8 @@
|
|||||||
#include "AutoLoginUserCallbackProxy.h"
|
#include "AutoLoginUserCallbackProxy.h"
|
||||||
#include "Kismet/GameplayStatics.h"
|
#include "Kismet/GameplayStatics.h"
|
||||||
|
|
||||||
|
#include "Online.h"
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
// ULoginUserCallbackProxy
|
// ULoginUserCallbackProxy
|
||||||
|
|
||||||
|
@@ -1,6 +1,8 @@
|
|||||||
// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
|
// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
|
||||||
#include "GetFriendsCallbackProxy.h"
|
#include "GetFriendsCallbackProxy.h"
|
||||||
|
|
||||||
|
#include "Online.h"
|
||||||
|
#include "Interfaces/OnlinePresenceInterface.h"
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
// UGetFriendsCallbackProxy
|
// UGetFriendsCallbackProxy
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
|
// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
|
||||||
#include "GetRecentPlayersCallbackProxy.h"
|
#include "GetRecentPlayersCallbackProxy.h"
|
||||||
|
|
||||||
|
#include "Online.h"
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
// UGetRecentPlayersCallbackProxy
|
// UGetRecentPlayersCallbackProxy
|
||||||
|
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
#include "GetUserPrivilegeCallbackProxy.h"
|
#include "GetUserPrivilegeCallbackProxy.h"
|
||||||
|
|
||||||
|
#include "Online.h"
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
// UGetUserPrivilegeCallbackProxy
|
// UGetUserPrivilegeCallbackProxy
|
||||||
|
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
#include "LoginUserCallbackProxy.h"
|
#include "LoginUserCallbackProxy.h"
|
||||||
|
|
||||||
|
#include "Online.h"
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
// ULoginUserCallbackProxy
|
// ULoginUserCallbackProxy
|
||||||
|
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
#include "LogoutUserCallbackProxy.h"
|
#include "LogoutUserCallbackProxy.h"
|
||||||
|
|
||||||
|
#include "Online.h"
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
// ULogoutUserCallbackProxy
|
// ULogoutUserCallbackProxy
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
|
// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
|
||||||
#include "SendFriendInviteCallbackProxy.h"
|
#include "SendFriendInviteCallbackProxy.h"
|
||||||
|
|
||||||
|
#include "Online.h"
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
// UGetRecentPlayersCallbackProxy
|
// UGetRecentPlayersCallbackProxy
|
||||||
|
Reference in New Issue
Block a user