Update src/nuklear_button.c

This commit is contained in:
Rob Loach 2024-06-27 14:18:20 -04:00 committed by GitHub
parent 23e9d98359
commit 84bc0e8740
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,6 @@
* BUTTON
*
* ===============================================================*/
#include <stdio.h>
NK_LIB void
nk_draw_symbol(struct nk_command_buffer *out, enum nk_symbol_type type,
struct nk_rect content, struct nk_color background, struct nk_color foreground,