This commit is contained in:
luboslenco
2024-04-08 17:40:32 +02:00
parent 413f6d93ba
commit ff3e8a1197
45 changed files with 495 additions and 544 deletions
+1 -1
View File
@@ -10,6 +10,6 @@ function null_node_create(arg: any): null_node_t {
return n;
}
function null_node_get(self: null_node_t, from: i32): any {
function null_node_get(self: null_node_t, from: i32): logic_node_value_t {
return null;
}