paint: add api.h

This commit is contained in:
luboslenco
2026-05-07 14:15:06 +02:00
parent 1cc19032b9
commit ce68611b65
+10
View File
@@ -0,0 +1,10 @@
// Begin API
typedef struct context {
float brush_radius;
} context_t;
context_t *script_get_context(); // never NULL
// End API