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