22 #ifndef EMSCRIPTEN_FILESYSTEM_FACTORY_H 23 #define EMSCRIPTEN_FILESYSTEM_FACTORY_H 25 #include "backends/fs/emscripten/http-fs.h" 26 #include "backends/fs/fs-factory.h" 27 #include "common/singleton.h" AbstractFSNode * makeRootFileNode() const override
Definition: emscripten-fs-factory.h:34
Definition: fs-factory.h:31
AbstractFSNode * makeFileNodePath(const Common::String &path) const override
AbstractFSNode * makeCurrentDirectoryFileNode() const override
Definition: abstract-fs.h:41