the gpu like kinda functions idfk

This commit is contained in:
2025-06-26 23:27:56 +02:00
parent e2bc6bd469
commit 6a21b83d5a
11 changed files with 295 additions and 32 deletions

View File

@@ -18,6 +18,7 @@ fn addEngineSources(c: *std.Build.Step.Compile) void {
"src/components/filesystem.c",
"src/components/screen.c",
"src/components/gpu.c",
"src/components/keyboard.c",
},
});
}