// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 #pragma once #if defined(PHONEIX_SDK_AVAILABLE) #include class INode; typedef int TimeValue; std::pair IsPhoenixObject( INode* pNode, ObjectState& os, TimeValue t ); boost::shared_ptr GetPhoenixParticleIstream( INode* pNode, TimeValue t, const frantic::channels::channel_map& pcm ); #endif