mirror of
https://github.com/LouisRaverdy/DiscordRPC.git
synced 2025-10-22 16:04:21 +00:00
Update DiscordRpc.h
This commit is contained in:
@@ -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);
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user