feat(state): auto-save
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user