aboutsummaryrefslogtreecommitdiff
path: root/backends/fs/wii/wii-fs-factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/fs/wii/wii-fs-factory.h')
-rw-r--r--backends/fs/wii/wii-fs-factory.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/fs/wii/wii-fs-factory.h b/backends/fs/wii/wii-fs-factory.h
index be20244a0e..f58371d194 100644
--- a/backends/fs/wii/wii-fs-factory.h
+++ b/backends/fs/wii/wii-fs-factory.h
@@ -37,6 +37,8 @@ public:
virtual AbstractFSNode *makeCurrentDirectoryFileNode() const;
virtual AbstractFSNode *makeFileNodePath(const Common::String &path) const;
+ static void asyncHandler(bool mount, const Common::String *path);
+
protected:
WiiFilesystemFactory() {};