call: add missing end guard to call headers

This commit is contained in:
Recep Aslantas
2019-01-26 16:05:11 +03:00
parent 59b9e54879
commit 807d5589b4
2 changed files with 6 additions and 0 deletions

View File

@@ -137,4 +137,7 @@ CGLM_EXPORT
float float
glmc_ease_bounce_inout(float t); glmc_ease_bounce_inout(float t);
#ifdef __cplusplus
}
#endif
#endif /* cglmc_ease_h */ #endif /* cglmc_ease_h */

View File

@@ -33,4 +33,7 @@ CGLM_EXPORT
bool bool
glmc_sphere_point(vec4 s, vec3 point); glmc_sphere_point(vec4 s, vec3 point);
#ifdef __cplusplus
}
#endif
#endif /* cglmc_sphere_h */ #endif /* cglmc_sphere_h */