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
+3
View File
@@ -1,3 +1,6 @@
#include "global.h"
slot_material_t *slot_material_create(material_data_t *m, ui_node_canvas_t *c) {
slot_material_t *raw = GC_ALLOC_INIT(slot_material_t, {0});
raw->nodes = ui_nodes_create();