summaryrefslogtreecommitdiff
path: root/file.h
blob: 831d193cc6b7a1adc7c3a32fd9533cc5e1edd8f2 (plain)
1
2
3
4
5
6
#pragma once

#include "editor.h"

void editor_open(struct editor_state* editor, char* filename);
void editor_save(struct editor_state* editor);