diff --git a/include/cglm/types.h b/include/cglm/types.h index a4170c4..c411d8b 100644 --- a/include/cglm/types.h +++ b/include/cglm/types.h @@ -14,6 +14,7 @@ # define CGLM_ALIGN(X) __attribute((aligned(X))) #endif +typedef float vec2[2]; typedef float vec3[3]; typedef int ivec3[3]; typedef CGLM_ALIGN(16) float vec4[4];