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