Added support to load plugins from different directories and the ability to specify the default directory from configure.
svn-id: r31816
This commit is contained in:
parent
6a98108eac
commit
3f44977885
14 changed files with 132 additions and 172 deletions
|
@ -30,9 +30,9 @@
|
|||
|
||||
#if defined(DYNAMIC_MODULES) && defined(SDL_BACKEND)
|
||||
|
||||
class SDLPluginProvider : public PluginProvider {
|
||||
public:
|
||||
virtual PluginList getPlugins();
|
||||
class SDLPluginProvider : public FilePluginProvider {
|
||||
protected:
|
||||
Plugin* createPlugin(const Common::String &filename) const;
|
||||
};
|
||||
|
||||
#endif // defined(DYNAMIC_MODULES) && defined(UNIX)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue