This commit is contained in:
Rob Loach 2024-06-27 14:48:10 -04:00
parent 84bc0e8740
commit 167299154a
No known key found for this signature in database
GPG Key ID: 627C60834A74A21A
2 changed files with 1 additions and 1 deletions

View File

@ -39,6 +39,7 @@
/*#define INCLUDE_CANVAS */
/*#define INCLUDE_OVERVIEW */
/*#define INCLUDE_NODE_EDITOR */
#ifdef INCLUDE_ALL
#define INCLUDE_STYLE
#define INCLUDE_CALCULATOR

View File

@ -24036,7 +24036,6 @@ nk_nine_slice_is_sub9slice(const struct nk_nine_slice* slice)
* 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,