Add all subfiles to refAllDecls

This commit is contained in:
Nikolas 2026-04-03 20:27:19 +02:00
parent 8e04b7098a
commit 01869ab291
Failed to generate hash of commit
8 changed files with 20 additions and 7 deletions

View file

@ -12,6 +12,9 @@ const C = std.builtin.CallingConvention.c;
test {
std.testing.refAllDecls(@This());
std.testing.refAllDecls(cdef);
std.testing.refAllDecls(gl);
std.testing.refAllDecls(math);
}
pub const RaylibError = error{