X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/7723eaf21d7d3d0d865545a890d74f3724bf23d2..186fb2b18b89a0280b8cc4b5ea8f7a59d3bd0853:/projects/sgconf/xml.h?ds=sidebyside diff --git a/projects/sgconf/xml.h b/projects/sgconf/xml.h index 25ee35c3..549a69b3 100644 --- a/projects/sgconf/xml.h +++ b/projects/sgconf/xml.h @@ -22,12 +22,19 @@ #define __STG_SGCONF_XML_H__ #include +#include namespace SGCONF { +struct CONFIG; + void PrintXML(const std::string& xml); +bool RawXMLFunction(const SGCONF::CONFIG & config, + const std::string & arg, + const std::map & /*options*/); + } #endif