From d315b0fb8aa03ee6ecc7d93d884b606dc19c6ad5 Mon Sep 17 00:00:00 2001 From: Daniele Giuliani Date: Wed, 16 May 2018 00:50:57 +0200 Subject: added get_creation_time function for gdscript --- platform/android/file_access_android.h | 1 + 1 file changed, 1 insertion(+) (limited to 'platform/android') diff --git a/platform/android/file_access_android.h b/platform/android/file_access_android.h index 03f4c59521..3d51e31005 100644 --- a/platform/android/file_access_android.h +++ b/platform/android/file_access_android.h @@ -70,6 +70,7 @@ public: virtual bool file_exists(const String &p_path); ///< return true if a file exists virtual uint64_t _get_modified_time(const String &p_file) { return 0; } + virtual uint64_t _get_creation_time(const String &p_file) { return 0; } // NEW FUNCTION //static void make_default(); -- cgit v1.2.3