Files
console3d/modules/Console_Render/file_operations.jai
2024-10-08 15:21:18 -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";