12 lines
221 B
C
12 lines
221 B
C
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#pragma once
|
|
|
|
#include "CoreMinimal.h"
|
|
|
|
/**
|
|
* Run the SubmitTool .
|
|
*/
|
|
int RunSubmitTool(const TCHAR* Commandline, const FGuid& SessionID);
|
|
FString GetUserPrefsPath();
|