- [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

3
mini.h
View File

@@ -281,7 +281,8 @@ void setfullscreen(const bool value);
bool getcursor();
void setcursor(const bool value);
const char* getconfig(const char* key);
const char *getconfig(const char* key);
void setconfig(const char* key, const char* value);
const char *configfolder();
void exit();