initial draw code

This commit is contained in:
2024-10-08 15:21:18 -04:00
parent 5a4e1699b3
commit dd8474ccac
5 changed files with 200 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
swap_buffer :: (screen: *Screen) {
assert(false, "No implemented");
}