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

@@ -5,8 +5,8 @@
* Full license can be found in the LICENSE file
*/
#ifndef cglm_colors_h
#define cglm_colors_h
#ifndef cglms_colors_h
#define cglms_colors_h
#include "../common.h"
#include "../types-struct.h"
@@ -24,4 +24,4 @@ glms_luminance(vec3s rgb) {
return glm_luminance(rgb.raw);
}
#endif /* cglm_colors_h */
#endif /* cglms_colors_h */