28#ifndef __OGREPLUGIN_H__
29#define __OGREPLUGIN_H__
Superclass for all objects that wish to use custom memory allocators when their new / delete operator...
Class defining a generic OGRE plugin.
virtual const String & getName() const =0
Get the name of the plugin.
virtual void shutdown()=0
Perform any tasks the plugin needs to perform when the system is shut down.
virtual void uninstall()=0
Perform the final plugin uninstallation sequence.
virtual void install()=0
Perform the plugin initial installation sequence.
virtual void initialise()=0
Perform any tasks the plugin needs to perform on full system initialisation.