diff options
Diffstat (limited to 'file.h')
-rw-r--r-- | file.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +#pragma once + +#include "editor.h" + +void editor_open(struct editor_state* editor, char* filename); +void editor_save(struct editor_state* editor); |