Moved all modules to the root module

This commit is contained in:
Lorenzo Torres 2025-08-02 15:46:46 +02:00
parent ccfad2fe29
commit a143b838fd
2 changed files with 6 additions and 3 deletions

View file

@ -1,2 +1,5 @@
pub const math = @import("math.zig");
pub const Input = @import("Input.zig");
pub const mods = @import("mods");
pub const ecs = @import("ecs");
pub const Renderer = @import("renderer");