mirror of
https://github.com/nicbarker/clay.git
synced 2025-09-18 12:36:17 +00:00
add stdio import
This commit is contained in:
parent
cbdfc63c2a
commit
69108b0c79
|
@ -6,6 +6,8 @@
|
|||
#define CLAY_IMPLEMENTATION
|
||||
#include "../../clay.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "../../renderers/SDL3/clay_renderer_SDL3.c"
|
||||
|
||||
static const Uint32 FONT_ID = 0;
|
||||
|
|
Loading…
Reference in a new issue