// Copyright Epic Games, Inc. All Rights Reserved. #pragma once #if WITH_ENGINE void InitAsyncQueues(); void InitRendering(); void InitEngine(); void CleanupEngine(); #endif // WITH_ENGINE