update raylib scrolling sidebar example

Author:    peterc-s <pjcsmail@gmail.com>
This commit is contained in:
peterc-s 2024-12-28 13:58:31 +00:00
parent 77bc75fc8b
commit 10f1565f6f
No known key found for this signature in database
GPG Key ID: 439F1C3C7D4BCBD1

View File

@ -1,6 +1,7 @@
#define CLAY_IMPLEMENTATION
#include "../../clay.h"
#include "../../renderers/raylib/clay_renderer_raylib.c"
#define CLAY_RAYLIB_IMPLEMENTATION
#include "../../renderers/raylib/clay_renderer_raylib.h"
const uint32_t FONT_ID_BODY_24 = 0;
const uint32_t FONT_ID_BODY_16 = 1;