obj: add object graph relations implementation using MPSC queue

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2024-11-17 20:54:12 -07:00 committed by Emi Gutekanst
parent 78bc07c69b
commit ae863c2431
2 changed files with 655 additions and 0 deletions

View file

@ -52,6 +52,7 @@ test {
_ = testing;
_ = time;
_ = @import("mpsc.zig");
_ = @import("graph.zig");
std.testing.refAllDeclsRecursive(gamemode);
std.testing.refAllDeclsRecursive(math);
}