Renamed FilesystemNode -> FSNode
svn-id: r34716
This commit is contained in:
parent
31be8a6b3f
commit
c7fde102e3
87 changed files with 435 additions and 434 deletions
|
@ -32,9 +32,9 @@
|
|||
|
||||
class Win32PluginProvider : public FilePluginProvider {
|
||||
protected:
|
||||
Plugin* createPlugin(const Common::FilesystemNode &node) const;
|
||||
Plugin* createPlugin(const Common::FSNode &node) const;
|
||||
|
||||
bool isPluginFilename(const Common::FilesystemNode &node) const;
|
||||
bool isPluginFilename(const Common::FSNode &node) const;
|
||||
|
||||
virtual void addCustomDirectories(Common::StringList &dirs) const {}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue