mirror of
https://github.com/nicbarker/clay.git
synced 2025-05-13 13:58:07 +00:00
Compare commits
2 Commits
ae846b0a87
...
b5ffbeb277
Author | SHA1 | Date | |
---|---|---|---|
|
b5ffbeb277 | ||
|
c68a3ee136 |
5
clay.h
5
clay.h
@ -14,6 +14,11 @@
|
|||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
|
||||||
|
#ifdef __JETBRAINS_IDE__
|
||||||
|
// Help jetbrains IDEs like CLion and Rider with intellisense & debugging
|
||||||
|
#define CLAY_IMPLEMENTATION
|
||||||
|
#endif
|
||||||
|
|
||||||
// -----------------------------------------
|
// -----------------------------------------
|
||||||
// HEADER DECLARATIONS ---------------------
|
// HEADER DECLARATIONS ---------------------
|
||||||
// -----------------------------------------
|
// -----------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user