Extract canvas stroke runtime and preview draw shells
This commit is contained in:
10
src/legacy_node_canvas_draw_services.h
Normal file
10
src/legacy_node_canvas_draw_services.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include "node_canvas.h"
|
||||
|
||||
namespace pp::panopainter {
|
||||
|
||||
void init_legacy_node_canvas_shell(NodeCanvas& node_canvas);
|
||||
void draw_legacy_node_canvas_shell(NodeCanvas& node_canvas);
|
||||
|
||||
} // namespace pp::panopainter
|
||||
Reference in New Issue
Block a user