X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/69aaa0bd928ece0837c8e88441c80f1f8cf1fe38..f8d7b33fd53f999b326f2ee1c4d599f776a0eb5d:/projects/sgconf/xml.h?ds=sidebyside diff --git a/projects/sgconf/xml.h b/projects/sgconf/xml.h index 25ee35c3..453d5eb6 100644 --- a/projects/sgconf/xml.h +++ b/projects/sgconf/xml.h @@ -21,12 +21,13 @@ #ifndef __STG_SGCONF_XML_H__ #define __STG_SGCONF_XML_H__ -#include - namespace SGCONF { -void PrintXML(const std::string& xml); +class OPTION_BLOCKS; +class COMMANDS; + +void AppendXMLOptionBlock(COMMANDS & commands, OPTION_BLOCKS & blocks); }