From bb20f230ad307a2a5f18c03bece3793d29ae208a Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Sun, 28 May 2017 21:46:48 -0300 Subject: -Added .hdr format support -Added default environment editor setting -Added environment created by default in new projects -Removed default light and ambient from spatial editor, to make the editor more PBR compliant --- core/os/file_access.h | 1 + 1 file changed, 1 insertion(+) (limited to 'core/os/file_access.h') diff --git a/core/os/file_access.h b/core/os/file_access.h index da15ddc544..6d3e491167 100644 --- a/core/os/file_access.h +++ b/core/os/file_access.h @@ -106,6 +106,7 @@ public: virtual int get_buffer(uint8_t *p_dst, int p_length) const; ///< get an array of bytes virtual String get_line() const; + virtual String get_token() const; virtual Vector get_csv_line(String delim = ",") const; /**< use this for files WRITTEN in _big_ endian machines (ie, amiga/mac) -- cgit v1.2.3