Files
armorpaint/paint/assets/api.h
T

11 lines
134 B
C
Raw Normal View History

2026-05-07 14:15:06 +02:00
// Begin API
typedef struct context {
float brush_radius;
} context_t;
context_t *script_get_context(); // never NULL
// End API