summaryrefslogtreecommitdiff
path: root/src/sideros.zig
diff options
context:
space:
mode:
authorLorenzo Torres <torres@sideros.org>2025-03-28 19:53:56 +0100
committerLorenzo Torres <torres@sideros.org>2025-03-28 19:53:56 +0100
commit536c927613948f884ca441b9045afe89c45e0440 (patch)
tree46ed8fcb6be3a7c5039c294ceb71a396b8edcd49 /src/sideros.zig
parent64c9d32905c410dab5b015ed013c93f3793daf55 (diff)
Made ECS a separate module and implemented basic input handling.
Diffstat (limited to 'src/sideros.zig')
-rw-r--r--src/sideros.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sideros.zig b/src/sideros.zig
index 6ac5dbc..3109a0a 100644
--- a/src/sideros.zig
+++ b/src/sideros.zig
@@ -1 +1,2 @@
pub const math = @import("math.zig");
+pub const Input = @import("Input.zig");