Route brush preset list planning

This commit is contained in:
2026-06-04 15:15:01 +02:00
parent 79942113ef
commit 47c35fb859
9 changed files with 497 additions and 46 deletions

View File

@@ -11,6 +11,7 @@
namespace pp::app {
struct BrushTextureListPlan;
struct BrushPresetListPlan;
}
namespace pp::panopainter {
class LegacyBrushTextureListServices;
@@ -99,6 +100,7 @@ class NodePanelBrushPreset : public Node
NodeButton* m_btn_import;
NodeButton* m_btn_download;
Node* m_notification;
void execute_preset_list_plan(const pp::app::BrushPresetListPlan& plan);
public:
struct PPBRInfo
{