Files
brandon schaefer 3b859ae861 Setup initial UE/UBT standalone program AutoRTFMTests
#rb Neil.Henning
#preflight none

[CL 24701555 by brandon schaefer in ue5-main branch]
2023-03-17 23:06:47 -04:00

13 lines
252 B
C++

// 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*);
}