diff options
| author | Juan Linietsky | 2017-12-27 15:21:18 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2017-12-27 15:22:04 -0300 |
| commit | 988d29bdd8f1d6fc74280cceb76a8b4edb54138d (patch) | |
| tree | f4906ca14548d0ed8b83f76a8496574ff4fdd24c /core/os/file_access.h | |
| parent | 5c636875e418fbf055ddcff8d682639d1f096d05 (diff) | |
| download | godot-988d29bdd8f1d6fc74280cceb76a8b4edb54138d.tar.gz godot-988d29bdd8f1d6fc74280cceb76a8b4edb54138d.tar.zst godot-988d29bdd8f1d6fc74280cceb76a8b4edb54138d.zip | |
Diffstat (limited to 'core/os/file_access.h')
| -rw-r--r-- | core/os/file_access.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/os/file_access.h b/core/os/file_access.h index 6fda3d966..548d7b71f 100644 --- a/core/os/file_access.h +++ b/core/os/file_access.h @@ -155,6 +155,7 @@ public: static String get_md5(const String &p_file); static String get_sha256(const String &p_file); + static String get_multiple_md5(const Vector<String> &p_file); static Vector<uint8_t> get_file_as_array(const String &p_path); |
