// Copyright Epic Games, Inc. All Rights Reserved.
#include "DatasmithSDK.h"
int32 RunDatasmithSDK(const TCHAR* /*Commandline*/)
{
return 0;
}