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