mirror of
https://github.com/nicbarker/clay.git
synced 2025-04-20 21:28:03 +00:00
update raylib scrolling sidebar example
Author: peterc-s <pjcsmail@gmail.com>
This commit is contained in:
parent
77bc75fc8b
commit
10f1565f6f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user