OGRE
13.6
Object-Oriented Graphics Rendering Engine
|
Utility class for loading the plugins statically. More...
#include <OgreStaticPluginLoader.h>
Public Member Functions | |
void | load () |
Load all the enabled plugins. More... | |
void | unload () |
Utility class for loading the plugins statically.
When loading plugins statically, you are limited to loading plugins that are known about at compile time. This class will load all built plugins based on OgreBuildSettings.h
void OgreBites::StaticPluginLoader::load | ( | ) |
Load all the enabled plugins.
void OgreBites::StaticPluginLoader::unload | ( | ) |