diff options
Diffstat (limited to 'core/io/config_file.h')
-rw-r--r-- | core/io/config_file.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/io/config_file.h b/core/io/config_file.h index 3b07ec52f5..f6209492b7 100644 --- a/core/io/config_file.h +++ b/core/io/config_file.h @@ -68,6 +68,8 @@ public: Error load(const String &p_path); Error parse(const String &p_data); + String encode_to_text() const; // used by exporter + void clear(); Error load_encrypted(const String &p_path, const Vector<uint8_t> &p_key); |