NAME
Ogre::ExampleApplication
SYNOPSIS
package MyApplication;
use Ogre::ExampleApplication;
@ISA = qw(Ogre::ExampleApplication);
# override methods...
DESCRIPTION
This is a port of OGRE's Samples/Common/include/ExampleApplication.h. As the name implies, it's an example of how to do things. You can subclass it to customize it how you want. See the examples referred to in examples/README.txt.
AUTHOR
Scott Lanning <slanning@cpan.org>
For licensing information, see README.txt .