2024-01-25 11:21:15 +08:00

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);