Files
UnrealEngineUWP/Engine/Source/Programs/AutoRTFMTests/Private/API.h

13 lines
252 B
C
Raw Normal View History

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
namespace NoAutoRTFM
{
int DoSomethingC(int I);
int DoSomethingInTransactionC(int I, void*);
int DoSomethingCpp(int I);
int DoSomethingInTransactionCpp(int I, void*);
}