diff options
Diffstat (limited to 'sherlock_nk.h')
-rw-r--r-- | sherlock_nk.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sherlock_nk.h b/sherlock_nk.h index 66982c8..53c67a0 100644 --- a/sherlock_nk.h +++ b/sherlock_nk.h @@ -72,6 +72,16 @@ struct _plughandle_t { extern const char *max_items [5]; extern const int32_t max_values [5]; +extern const struct nk_color white; +extern const struct nk_color gray; +extern const struct nk_color yellow; +extern const struct nk_color magenta; +extern const struct nk_color green; +extern const struct nk_color blue; +extern const struct nk_color orange; +extern const struct nk_color violet; +extern const struct nk_color red; + void _midi_inspector_expose(struct nk_context *ctx, struct nk_rect wbounds, void *data); |