Add testing with refAllDeclsRecursive and fix some compile errors

This commit is contained in:
Not-Nik 2024-04-14 21:48:53 +02:00
parent 42c091f514
commit 1aab1159da
Failed to generate hash of commit
4 changed files with 28 additions and 12 deletions

View file

@ -4,6 +4,10 @@ const rl = @import("raylib-zig");
const cdef = @import("raylib-zig-math-ext.zig");
const std = @import("std");
test {
std.testing.refAllDeclsRecursive(@This());
}
const Matrix = rl.Matrix;
const Quaternion = rl.Quaternion;
const Vector2 = rl.Vector2;