Components

This commit is contained in:
duck
2025-07-28 23:12:17 +05:00
parent 7e162221ef
commit 92cc3e2f27
3 changed files with 114 additions and 23 deletions

View File

@@ -13,7 +13,7 @@ const Time = struct {
now: sdl.Time,
};
var alloc: std.mem.Allocator = undefined;
pub var alloc: std.mem.Allocator = undefined;
var running: bool = false;
var time: Time = .{ .delta = 0, .now = 0 };