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,8 @@
// Render current screen state to a file
render_to_file :: (screen: *Screen, preserve_color: bool, filepath: string) {
assert(false, "Not implemented");
}
#scope_file
#import "File";