13 lines
236 B
C++
13 lines
236 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#pragma once
|
|
|
|
namespace ChaosTest
|
|
{
|
|
void SingleParticleProxySingleThreadTest();
|
|
|
|
void SingleParticleProxyTaskGraphTest();
|
|
|
|
void SingleParticleProxyWakeEventPropergationTest();
|
|
}
|