summaryrefslogtreecommitdiffstats
path: root/core/io/file_access_pack.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/io/file_access_pack.h')
-rw-r--r--core/io/file_access_pack.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/io/file_access_pack.h b/core/io/file_access_pack.h
index 04610bed57..ae5e83d405 100644
--- a/core/io/file_access_pack.h
+++ b/core/io/file_access_pack.h
@@ -221,6 +221,9 @@ public:
size_t get_space_left();
+ virtual String get_filesystem_type() const;
+
+
DirAccessPack();
~DirAccessPack();
};