Move noodle correctly when the node it's connected to moves

This commit is contained in:
2024-02-25 21:11:01 +00:00
parent 8078a72deb
commit f03dad33a2
2 changed files with 22 additions and 2 deletions

View File

@@ -8,6 +8,7 @@
#define IO_INPUT_COUNT 0
#define OP_INPUT_COUNT 2
#define EMPTY_NODE 0
#define NODE_START 1
typedef i32 (*node_func)(i32 a, i32 b);
typedef enum node_type node_type;