moved block links to node links

Seems like it might be useful to have this as part of the node architecture as a whole
This commit is contained in:
itsmattkc
2021-01-25 09:17:25 +11:00
parent 2c7e974f78
commit 7795d42347
11 changed files with 222 additions and 227 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ struct XMLNodeData {
};
struct BlockLink {
Block* block;
Node* block;
quintptr link;
};