feat(state): save state on exiting

This commit is contained in:
2025-11-02 13:37:34 +01:00
parent 1835050079
commit 09e04720f1
9 changed files with 113 additions and 7 deletions
+2
View File
@@ -13,4 +13,6 @@ void file_prepend(File *src, File extra);
void file_free(File *file, bool free_path);
void file_write(char *path, ConstStringArray lines);
#endif /* FILE_H */