Update the node struct
This commit is contained in:
parent
b847f87ee5
commit
bc6bb1afdc
@ -26,11 +26,12 @@ union node_data {
|
|||||||
};
|
};
|
||||||
|
|
||||||
struct node {
|
struct node {
|
||||||
ui_node_elem node;
|
rect rec;
|
||||||
ui_elem_colours colours;
|
ui_elem_colours colours;
|
||||||
node_type type;
|
node_type type;
|
||||||
node_data data;
|
node_data data;
|
||||||
u64 inputs;
|
u64 inputs;
|
||||||
|
line *noodles;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // !NODES_H
|
#endif // !NODES_H
|
||||||
|
Loading…
Reference in New Issue
Block a user