feat(state): load state on start

This commit is contained in:
2025-11-02 15:04:36 +01:00
parent 09e04720f1
commit b8bc021e69
9 changed files with 75 additions and 26 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ ConfigFile config_file_read(char *path, bool free_path);
char *config_file_get_str(ConfigFile config, char *key, char *default_value);
unsigned int config_file_get_int(ConfigFile config, char *key,
int default_value);
unsigned int default_value);
void config_file_free(ConfigFile config);