From d315b0fb8aa03ee6ecc7d93d884b606dc19c6ad5 Mon Sep 17 00:00:00 2001
From: Daniele Giuliani <d.giuliani304@gmail.com>
Date: Wed, 16 May 2018 00:50:57 +0200
Subject: added get_creation_time function for gdscript

---
 core/io/file_access_encrypted.h | 1 +
 1 file changed, 1 insertion(+)

(limited to 'core/io/file_access_encrypted.h')

diff --git a/core/io/file_access_encrypted.h b/core/io/file_access_encrypted.h
index b9365a9fd0..7cc9ab6637 100644
--- a/core/io/file_access_encrypted.h
+++ b/core/io/file_access_encrypted.h
@@ -79,6 +79,7 @@ public:
 	virtual bool file_exists(const String &p_name); ///< return true if a file exists
 
 	virtual uint64_t _get_modified_time(const String &p_file);
+	virtual uint64_t _get_creation_time(const String &p_file); // NEW FUNCTION
 
 	FileAccessEncrypted();
 	~FileAccessEncrypted();
-- 
cgit v1.2.3