aboutsummaryrefslogtreecommitdiff
path: root/core/io/xml_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/io/xml_parser.h')
-rw-r--r--core/io/xml_parser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/io/xml_parser.h b/core/io/xml_parser.h
index 3025c041b..9debbf9e2 100644
--- a/core/io/xml_parser.h
+++ b/core/io/xml_parser.h
@@ -113,6 +113,8 @@ public:
Error seek(uint64_t p_pos);
Error open(const String& p_path);
+ Error open_buffer(const Vector<uint8_t>& p_buffer);
+
void close();
XMLParser();