diff --git a/clay.h b/clay.h index b82a5132..6d3c5648 100644 --- a/clay.h +++ b/clay.h @@ -14,6 +14,11 @@ #include #include +#ifdef __JETBRAINS_IDE__ +// Help jetbrains IDEs like CLion and Rider with intellisense & debugging +#define CLAY_IMPLEMENTATION +#endif + // ----------------------------------------- // HEADER DECLARATIONS --------------------- // -----------------------------------------