diff --git a/src/tgraymath.h b/src/tgraymath.h index 66a48d5b4..db210a286 100644 --- a/src/tgraymath.h +++ b/src/tgraymath.h @@ -3,6 +3,10 @@ #include "raymath.h" #endif +#if __STDC_VERSION__ < 201112L +#warning _Generic is a C11 directive and requires at least C11 compatibility. +#endif + void tgrarted(void); //----------------------------------------------------------------------------------