diff --git a/include/nodes.h b/include/nodes.h index d8fbc3f..d6b5f34 100644 --- a/include/nodes.h +++ b/include/nodes.h @@ -26,11 +26,12 @@ union node_data { }; struct node { - ui_node_elem node; + rect rec; ui_elem_colours colours; node_type type; node_data data; u64 inputs; + line *noodles; }; #endif // !NODES_H