28 #ifndef __OGREPLUGIN_H__ 29 #define __OGREPLUGIN_H__ 89 virtual const String& getName()
const = 0;
99 virtual void install() = 0;
110 virtual void initialise() = 0;
119 virtual void shutdown() = 0;
130 virtual void uninstall() = 0;
Class defining a generic OGRE plugin.
This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info...
Superclass for all objects that wish to use custom memory allocators when their new / delete operator...