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