Files
armorpaint/paint/assets/api.h
T
2026-05-07 14:15:06 +02:00

11 lines
134 B
C

// Begin API
typedef struct context {
float brush_radius;
} context_t;
context_t *script_get_context(); // never NULL
// End API