Files
kjol/jai/modules/Console_Render/file_operations.jai
2026-07-13 13:02:47 -04:00

8 lines
188 B
Plaintext

// 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";