pretty much all the structs we care about

This commit is contained in:
2025-05-22 16:43:16 +02:00
parent 229a53ac9a
commit f983b80e08
7 changed files with 135 additions and 7 deletions

View File

@@ -9,6 +9,8 @@ fn addEngineSources(c: *std.Build.Step.Compile) void {
"src/lock.c",
"src/utils.c",
"src/value.c",
"src/component.c",
"src/computer.c",
"src/universe.c",
},
});