package Ogre::NumericAnimationTrack; use strict; use warnings; use Ogre::AnimationTrack; our @ISA = qw(Ogre::AnimationTrack); 1; __END__