aboutsummaryrefslogtreecommitdiff
path: root/core/io/xml_parser.h
diff options
context:
space:
mode:
authorJuan Linietsky2014-02-15 21:16:33 -0300
committerJuan Linietsky2014-02-15 21:16:33 -0300
commit8c1731b67995add31361ae526b0e6af76346181e (patch)
treef96080fdbb6e0f0f3fcc12bf10fc92928f0310cb /core/io/xml_parser.h
parent9afdb3e0ad5bfbdafe307212f5d4ebcc7c3ac852 (diff)
downloadgodot-8c1731b67995add31361ae526b0e6af76346181e.tar.gz
godot-8c1731b67995add31361ae526b0e6af76346181e.tar.zst
godot-8c1731b67995add31361ae526b0e6af76346181e.zip
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();