Files
UnrealEngine/Engine/Source/Programs/UnrealFrontend/Resources/Windows/UnrealFrontend.rc
2025-05-18 13:04:45 +08:00

10 lines
279 B
Plaintext

// Copyright Epic Games, Inc. All Rights Reserved.
#include <windows.h>
#include "Runtime/Launch/Resources/Version.h"
#include "Runtime/Launch/Resources/Windows/PCLaunch.rc"
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
IDICON_UEGame ICON "UnrealFrontend.ico"
#endif