fix test build, supress warnings, update header guards for struct api

This commit is contained in:
Recep Aslantas
2019-06-03 12:54:27 +03:00
parent 817da18f3a
commit 3797c55154
16 changed files with 56 additions and 76 deletions

View File

@@ -26,8 +26,8 @@
CGLM_INLINE vec3s glms_vec3_sqrt(vec3s v);
*/
#ifndef cglm_vec3s_ext_h
#define cglm_vec3s_ext_h
#ifndef cglms_vec3s_ext_h
#define cglms_vec3s_ext_h
#include "../common.h"
#include "../types-struct.h"
@@ -195,4 +195,4 @@ glms_vec3_sqrt(vec3s v) {
return r;
}
#endif /* cglm_vec3s_ext_h */
#endif /* cglms_vec3s_ext_h */