mirror of
https://github.com/recp/cglm.git
synced 2025-10-03 16:51:35 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user