feat(state): auto-save

This commit is contained in:
2026-08-29 12:00:50 +02:00
parent 9d300a69c1
commit 80add2ec67
7 changed files with 46 additions and 10 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ bool file_should_update(const File *file);
bool file_update(File *file);
void file_write(const char *path, const StringArray *lines);
void file_write(const char *path, const StringArray *lines, const bool log);
void file_dump(const char *path, const char *content);