Renamed FilesystemNode -> FSNode

svn-id: r34716
This commit is contained in:
Max Horn 2008-10-02 16:58:59 +00:00
parent 31be8a6b3f
commit c7fde102e3
87 changed files with 435 additions and 434 deletions

View file

@ -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 {}
};