This commit is contained in:
Harrison Lambeth 2025-01-29 14:21:22 -07:00 committed by GitHub
commit ae846b0a87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

5
clay.h
View File

@ -14,6 +14,11 @@
#include <stdbool.h>
#include <stddef.h>
#ifdef __JETBRAINS_IDE__
// Help jetbrains IDEs like CLion and Rider with intellisense & debugging
#define CLAY_IMPLEMENTATION
#endif
// -----------------------------------------
// HEADER DECLARATIONS ---------------------
// -----------------------------------------