Add testing with refAllDeclsRecursive and fix some compile errors
This commit is contained in:
parent
42c091f514
commit
1aab1159da
4 changed files with 28 additions and 12 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue