summaryrefslogtreecommitdiffstats
path: root/core/os/file_access.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/os/file_access.h')
-rw-r--r--core/os/file_access.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/os/file_access.h b/core/os/file_access.h
index 8d5823663e..5178c469bc 100644
--- a/core/os/file_access.h
+++ b/core/os/file_access.h
@@ -153,6 +153,7 @@ public:
static bool is_backup_save_enabled() { return backup_save; };
static String get_md5(const String& p_file);
+ static String get_sha256(const String& p_file);
static Vector<uint8_t> get_file_as_array(const String& p_path);