Made ECS a separate module and implemented basic input handling.

This commit is contained in:
Lorenzo Torres 2025-03-28 19:53:56 +01:00
parent 64c9d32905
commit 536c927613
6 changed files with 172 additions and 7 deletions

View file

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