]> git.mxchange.org Git - simgear.git/blobdiff - simgear/props/props_io.hxx
Harald JOHNSEN:
[simgear.git] / simgear / props / props_io.hxx
index d541e1cedc145985717fd431154ab7d6110ef242..2706740ce7dd0f42503ce085ff9c3d951235b5f5 100644 (file)
@@ -41,6 +41,13 @@ void readProperties (istream &input, SGPropertyNode * start_node,
 void readProperties (const string &file, SGPropertyNode * start_node);
 
 
+/**
+ * Read properties from an in-memory buffer.
+ */
+void readProperties (const char *buf, const int size,
+                     SGPropertyNode * start_node);
+
+
 /**
  * Write properties to an XML output stream.
  */