define __cglm__ to publish cglm availability universally

in this way we wont need to check arbitrary header check e.g. cglm_common_h
This commit is contained in:
Recep Aslantas
2025-04-04 23:01:55 +03:00
parent ed7a658637
commit 8560da0e70

View File

@@ -8,6 +8,8 @@
#ifndef cglm_common_h
#define cglm_common_h
#define __cglm__ 1
#ifndef _USE_MATH_DEFINES
# define _USE_MATH_DEFINES /* for windows */
#endif