11 lines
159 B
C
11 lines
159 B
C
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#pragma once
|
|
|
|
#include "CoreMinimal.h"
|
|
|
|
/**
|
|
* Run the Arona .
|
|
*/
|
|
int RunArona(const TCHAR* Commandline);
|