00001 /* 00002 Copyright (C) 2005-2007 Feeling Software Inc. 00003 Portions of the code are: 00004 Copyright (C) 2005-2007 Sony Computer Entertainment America 00005 00006 MIT License: http://www.opensource.org/licenses/mit-license.php 00007 */ 00008 00014 #ifndef _FCD_ANIMATION_CLIP_TOOLS_H_ 00015 #define _FCD_ANIMATION_CLIP_TOOLS_H_ 00016 00017 class FCDocument; 00018 00019 namespace FCDAnimationClipTools 00020 { 00023 FCOLLADA_EXPORT void ResetAnimationClipTimes(FCDocument* document, float startValue); 00024 }; 00025 00026 #endif // _FCD_ANIMATION_CLIP_TOOLS_H_