paint: add api.h
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
|
||||
// Begin API
|
||||
|
||||
typedef struct context {
|
||||
float brush_radius;
|
||||
} context_t;
|
||||
|
||||
context_t *script_get_context(); // never NULL
|
||||
|
||||
// End API
|
||||
Reference in New Issue
Block a user