Inheritance diagram for nrEngine::PluginLoader:

Public Member Functions | |
| PluginLoader () | |
| ~PluginLoader () | |
This is a derived class from ResourceLoader. This class does support loading of plugins (*.so, *.dll).
Definition at line 54 of file PluginLoader.h.
| nrEngine::PluginLoader::PluginLoader | ( | ) | 
Declare supported resource types and supported files.
Definition at line 39 of file PluginLoader.cpp.
References nrEngine::ScriptEngine::add(), and nrEngine::Engine::sScriptEngine().
| nrEngine::PluginLoader::~PluginLoader | ( | ) | 
Destructor
Definition at line 49 of file PluginLoader.cpp.
References nrEngine::ScriptEngine::del(), and nrEngine::Engine::sScriptEngine().
 1.5.1