mirror of
https://github.com/recp/cglm.git
synced 2025-12-26 02:25:02 +00:00
fix test build, supress warnings, update header guards for struct api
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#include <stdbool.h>
|
||||
|
||||
#include <cglm/cglm.h>
|
||||
#include <cglm/cglms.h>
|
||||
#include <cglm/struct.h>
|
||||
#include <cglm/call.h>
|
||||
|
||||
void
|
||||
@@ -63,13 +63,13 @@ void
|
||||
test_rand_vec3(vec3 dest);
|
||||
|
||||
vec3s
|
||||
test_rand_vec3s();
|
||||
test_rand_vec3s(void);
|
||||
|
||||
void
|
||||
test_rand_vec4(vec4 dest);
|
||||
|
||||
vec4s
|
||||
test_rand_vec4s();
|
||||
test_rand_vec4s(void);
|
||||
|
||||
float
|
||||
test_rand(void);
|
||||
|
||||
Reference in New Issue
Block a user