10 lines
279 B
Plaintext
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
|