filesystem vtable

This commit is contained in:
2025-05-28 18:10:56 +02:00
parent 38425792b1
commit f77f6d86ce
6 changed files with 452 additions and 18 deletions

View File

@@ -14,6 +14,7 @@ fn addEngineSources(c: *std.Build.Step.Compile) void {
"src/universe.c",
// components
"src/components/eeprom.c",
"src/components/filesystem.c",
},
});
}