- [NEW] Function "configfolder()"

This commit is contained in:
2023-02-01 19:15:18 +01:00
parent f457075c49
commit 38e209fa76
5 changed files with 18 additions and 1 deletions

View File

@@ -1207,6 +1207,10 @@ void setconfig(const char* key, const char* value) {
file_setconfigvalue(key, value);
}
const char *configfolder() {
return file_getconfigfolder();
}
void exit() {
should_exit = true;
should_quit = true;