Modified FilePluginProvider to use FSNodes (instead of raw filenames / paths) in its API
svn-id: r34709
This commit is contained in:
parent
1d7de023d9
commit
73b833042e
10 changed files with 34 additions and 25 deletions
|
@ -32,7 +32,7 @@
|
|||
|
||||
class SDLPluginProvider : public FilePluginProvider {
|
||||
protected:
|
||||
Plugin* createPlugin(const Common::String &filename) const;
|
||||
Plugin* createPlugin(const Common::FilesystemNode &node) const;
|
||||
};
|
||||
|
||||
#endif // defined(DYNAMIC_MODULES) && defined(UNIX)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue