FRAG_COUNT config

This commit is contained in:
2025-09-18 22:01:26 +02:00
parent c05a193b4d
commit f15d737e48
7 changed files with 89 additions and 52 deletions
+2 -1
View File
@@ -7,7 +7,8 @@ ConfigFile config_file_read(char *path, bool free_path);
char *config_file_get_str(ConfigFile config, char *key, char *default_value);
int config_file_get_int(ConfigFile config, char *key, int default_value);
unsigned int config_file_get_int(ConfigFile config, char *key,
int default_value);
void config_file_free(ConfigFile config);