Made Renderer a separate module

This commit is contained in:
Lorenzo Torres 2025-03-27 21:42:46 +01:00
parent 09691ec4d9
commit 1730f1e298
14 changed files with 292 additions and 260 deletions

1
src/sideros.zig Normal file
View file

@ -0,0 +1 @@
pub const math = @import("math.zig");