add stdio import

This commit is contained in:
Nic Barker 2025-01-19 14:08:51 +13:00
parent cbdfc63c2a
commit 69108b0c79

View File

@ -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;