Skip to content

Commit

Permalink
Fix for Raylib example
Browse files Browse the repository at this point in the history
  • Loading branch information
OleksiiBulba committed Dec 20, 2024
1 parent c10b2bf commit 3b077cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/raylib-sidebar-scrolling-container/main.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#define CLAY_IMPLEMENTATION
#include "../../clay.h"
#include "../../renderers/raylib/clay_renderer_raylib.c"
#include <raylib.h>
#include "../../renderers/clay_renderer.h"

const uint32_t FONT_ID_BODY_24 = 0;
const uint32_t FONT_ID_BODY_16 = 1;
Expand Down

0 comments on commit 3b077cf

Please sign in to comment.