14 lines
282 B
C
14 lines
282 B
C
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#pragma once
|
|
|
|
#include "CoreMinimal.h"
|
|
|
|
/**
|
|
* The application's main function.
|
|
*
|
|
* @param CommandLine The application command line.
|
|
* @return Application's exit value.
|
|
*/
|
|
int32 UnrealFrontendMain( const TCHAR* CommandLine );
|