mirror of
https://github.com/yuzu-emu/discord-rpc.git
synced 2024-11-09 23:18:49 +00:00
Moved generated.h include to last position as it is required by UE4.
This commit is contained in:
parent
49b7703334
commit
5d5bc82e26
|
@ -3,8 +3,8 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "CoreMinimal.h"
|
#include "CoreMinimal.h"
|
||||||
#include "DiscordRpcBlueprint.generated.h"
|
|
||||||
#include "Engine.h"
|
#include "Engine.h"
|
||||||
|
#include "DiscordRpcBlueprint.generated.h"
|
||||||
|
|
||||||
// unreal's header tool hates clang-format
|
// unreal's header tool hates clang-format
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
Loading…
Reference in a new issue