8 lines
188 B
Plaintext
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"; |