This commit is contained in:
jakani24
2024-02-07 16:27:52 +01:00
parent e22e586895
commit b5b3bc06a1
30 changed files with 301 additions and 8 deletions

View File

@@ -6,6 +6,7 @@
int get_setting(const char* setting_name);
int get_setting(const char* setting_name,char*out);
int load_settings();
bool is_folder_included(const char* path);
bool is_folder_excluded(const char* path);
void print_exclusions();
void print_inclusions();
#endif