paint: cleanup

This commit is contained in:
luboslenco
2026-03-09 13:17:15 +01:00
parent cdf85fbe77
commit e554a2376c
201 changed files with 843 additions and 451 deletions
+2
View File
@@ -1,4 +1,6 @@
#include "../global.h"
math_node_t *math_node_create(ui_node_t *raw, f32_array_t *args) {
math_node_t *n = GC_ALLOC_INIT(math_node_t, {0});
n->base = logic_node_create(n);