// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 #pragma once #include namespace stoke { namespace max3d { FPInterface* CreateKrakatoaGenerator( INode* pNode, bool ignoreIDs ); } } // namespace stoke