Controller resource split into separate file

This commit is contained in:
duck
2025-05-04 21:23:43 +05:00
parent 4cb0c6aee9
commit 32ca78e5c7
5 changed files with 200 additions and 195 deletions

View File

@@ -7,7 +7,7 @@ const System = @import("graph/system.zig");
// - Use arena allocator?
// - Resolve missing resource problem
pub const Controller = Resource.Controller;
pub const Controller = @import("graph/controller.zig");
const MAX_SYSTEM_REQUESTS = 8;
const DEFAULT_SYSTEM_CAPACITY = 16;