Add ISO integrity check

This commit is contained in:
Antonino Di Guardo
2026-04-22 15:06:02 +02:00
committed by GitHub
parent 80b6faef10
commit e26c80c129
23 changed files with 748 additions and 79 deletions
+1
View File
@@ -20,6 +20,7 @@ struct rXmlNode
{
rXmlNode();
rXmlNode(const pugi::xml_node& node);
std::shared_ptr<rXmlNode> GetChild(std::string_view name);
std::shared_ptr<rXmlNode> GetChildren();
std::shared_ptr<rXmlNode> GetNext();
std::string GetName();