Update SDK

This commit is contained in:
Louis
2022-05-23 23:08:49 +02:00
committed by GitHub
parent 4cbe53aa1f
commit 5eba86b4b7
7 changed files with 9 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
// Copyright Epic Games, Inc. All Rights Reserved. // Copyright 1998-2017 Epic Games, Inc. All Rights Reserved.
using UnrealBuildTool; using UnrealBuildTool;
using System.IO; using System.IO;

View File

@@ -1,4 +1,4 @@
// Copyright Epic Games, Inc. All Rights Reserved. // Copyright 1998-2017 Epic Games, Inc. All Rights Reserved.
#include "DiscordRpc.h" #include "DiscordRpc.h"
#include "DiscordRpcPrivatePCH.h" #include "DiscordRpcPrivatePCH.h"

View File

@@ -1,5 +1,3 @@
// Copyright Epic Games, Inc. All Rights Reserved.
#include "DiscordRpcBlueprint.h" #include "DiscordRpcBlueprint.h"
#include "DiscordRpcPrivatePCH.h" #include "DiscordRpcPrivatePCH.h"
#include "DiscordRpcBlueprint.h" #include "DiscordRpcBlueprint.h"

View File

@@ -1,4 +1,2 @@
// Copyright Epic Games, Inc. All Rights Reserved.
#include "Core.h" #include "Core.h"
#include "DiscordRpc.h" #include "DiscordRpc.h"

View File

@@ -1,4 +1,4 @@
// Copyright Epic Games, Inc. All Rights Reserved. // Copyright 1998-2017 Epic Games, Inc. All Rights Reserved.
#pragma once #pragma once

View File

@@ -1,5 +1,3 @@
// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once #pragma once
#include "CoreMinimal.h" #include "CoreMinimal.h"

View File

@@ -1,4 +1,4 @@
// Copyright Epic Games, Inc. All Rights Reserved. // Fill out your copyright notice in the Description page of Project Settings.
using System.IO; using System.IO;
using UnrealBuildTool; using UnrealBuildTool;