AnimationExtractor.h 276 B

123456789101112131415
  1. #ifndef ANIMATION_EXTRACTOR_H
  2. #define ANIMATION_EXTRACTOR_H
  3. #include <Ogre.h>
  4. #include "ModelFile.h"
  5. #include "common/File.h"
  6. void AnimationExtractor( const Ogre::SkeletonPtr& skeleton, const ModelInfo& info, Skeleton& skeleton_data );
  7. #endif // ANIMATION_EXTRACTOR_H