Files
UnrealEngineUWP/Engine/Source/Programs/UnrealSync/Private/GUI.h
Jaroslaw Palczynski 02ef4c23c4 UECORE-122: UnrealSync P4 settings
[CL 2506513 by Jaroslaw Palczynski in Main branch]
2015-04-09 04:40:26 -04:00

11 lines
322 B
C

// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
#pragma once
/**
* Initializes and starts GUI.
*
* @param CommandLine Command line passed to the program.
* @param bP4EnvTabOnly Tells if initialize GUI with P4 env settings tab only.
*/
void InitGUI(const TCHAR* CommandLine, bool bP4EnvTabOnly = false);