mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
Merge pull request #303 from EasyIP2023/bug/test-runner
io: fix test runner.c implicit declaration glm_arch_print
This commit is contained in:
@@ -392,6 +392,8 @@ glm_aabb_print(vec3 bbox[2],
|
||||
#define glm_vec2_print(v, s) (void)v; (void)s;
|
||||
#define glm_versor_print(v, s) (void)v; (void)s;
|
||||
#define glm_aabb_print(v, t, s) (void)v; (void)t; (void)s;
|
||||
#define glm_arch_print(s) (void)s;
|
||||
#define glm_arch_print_name(s) (void)s;
|
||||
|
||||
#endif
|
||||
#endif /* cglm_io_h */
|
||||
|
||||
Reference in New Issue
Block a user