22 #ifndef ATARI_FILESYSTEM_FACTORY_H 23 #define ATARI_FILESYSTEM_FACTORY_H 25 #include "backends/fs/posix-drives/posix-drives-fs-factory.h" 26 #include "backends/fs/atari/atari-fs.h"
AbstractFSNode * makeFileNodePath(const Common::String &path) const override
AbstractFSNode * makeRootFileNode() const override
Definition: atari-fs-factory.h:33
AbstractFSNode * makeCurrentDirectoryFileNode() const override
Definition: posix-drives-fs-factory.h:37
Definition: abstract-fs.h:41