Made ECS a separate module and implemented basic input handling.
This commit is contained in:
parent
64c9d32905
commit
536c927613
6 changed files with 172 additions and 7 deletions
|
|
@ -1 +1,2 @@
|
|||
pub const math = @import("math.zig");
|
||||
pub const Input = @import("Input.zig");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue