Update DiscordRpc.h

This commit is contained in:
Louis
2021-12-30 19:10:00 +01:00
committed by GitHub
parent fa26f7cf88
commit c9ae0f8c13

View File

@@ -1,4 +1,4 @@
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved. // Copyright Epic Games, Inc. All Rights Reserved.
#pragma once #pragma once
@@ -18,4 +18,4 @@ private:
/** StartupModule is covered with defines, these functions are the place to put breakpoints */ /** StartupModule is covered with defines, these functions are the place to put breakpoints */
static bool LoadDependency(const FString& Dir, const FString& Name, void*& Handle); static bool LoadDependency(const FString& Dir, const FString& Name, void*& Handle);
static void FreeDependency(void*& Handle); static void FreeDependency(void*& Handle);
}; };