add undef

Author:    peterc-s <pjcsmail@gmail.com>
This commit is contained in:
peterc-s 2024-12-28 14:10:36 +00:00
parent 974af1e61c
commit 23863edde0
No known key found for this signature in database
GPG Key ID: 439F1C3C7D4BCBD1

View File

@ -40,6 +40,8 @@ typedef struct
} CustomLayoutElement;
#ifdef CLAY_RAYLIB_IMPLEMENTATION
#undef CLAY_RAYLIB_IMPLEMENTATION
// Global state
Raylib_Font Raylib_fonts[10];
Camera Raylib_camera;