/*---------------------------------------------------------------------------* Project: NintendoWare File: gfx_AnimHelper.h Copyright (C)2009-2010 Nintendo Co., Ltd./HAL Laboratory, Inc. All rights reserved. These coded instructions, statements, and computer programs contain proprietary information of Nintendo of America Inc. and/or Nintendo Company Ltd., and are protected by Federal copyright law. They may not be disclosed to third parties or copied or duplicated in any form, in whole or in part, without the prior written consent of Nintendo. $Revision: 24711 $ *---------------------------------------------------------------------------*/ #ifndef NW_GFX_ANIMHELPER_H_ #define NW_GFX_ANIMHELPER_H_ #include #include #include #include namespace nw { namespace gfx { //--------------------------------------------------------------------------- //! @brief アニメーションの BaseObjectPath から特定のオーナークラスの //! ポインタを取得します。 //! //! @param[in] resMat マテリアルリソースです。 //! @param[in] name オーナーオブジェクト名です。 //--------------------------------------------------------------------------- NW_DEPRECATED_FUNCTION(void* GetBaseObject(nw::gfx::ResMaterial resMat, const char* name)); } // namespace gfx } // namespace nw #endif // NW_GFX_ANIMHELPER_H_