Extract canvas layer flows, pen modes, and node attributes

This commit is contained in:
2026-06-16 20:09:25 +02:00
parent 9b2a0d9c30
commit d6a7512b94
10 changed files with 832 additions and 747 deletions

View File

@@ -0,0 +1,17 @@
#pragma once
#include <cstdint>
namespace tinyxml2 {
class XMLAttribute;
}
class Node;
enum class kAttribute : uint16_t;
namespace pp::panopainter {
void parse_legacy_ui_node_attribute(Node& node, kAttribute ka, const tinyxml2::XMLAttribute* attr);
} // namespace pp::panopainter