/usr/local/CPAN/Ogre/Ogre/TagPoint.pm


package Ogre::TagPoint;

use strict;
use warnings;

use Ogre::Bone;
our @ISA = qw(Ogre::Bone);


1;

__END__