Skip to content

Commit

Permalink
Add support for UE 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Bylund authored and kirre-bylund committed Sep 22, 2023
1 parent d9757a6 commit bf798e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) 2021 LootLocker

#include "LootLockerServerConfig.h"
#include "Launch/Resources/Version.h"
#include "Runtime/Launch/Resources/Version.h"

FString ULootLockerServerConfig::GetEnum(const TCHAR* Enum, int32 EnumValue)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include "Containers/Array.h"
#include "CoreMinimal.h"
#include "Launch/Resources/Version.h"
#include "Runtime/Launch/Resources/Version.h"

#include "JsonObjectConverter.h"
#include "LootLockerServerConfig.h"
Expand Down

0 comments on commit bf798e5

Please sign in to comment.