initial draw code
This commit is contained in:
8
modules/Console_Render/file_operations.jai
Normal file
8
modules/Console_Render/file_operations.jai
Normal 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";
|
||||
Reference in New Issue
Block a user