- [WIP] Config files

This commit is contained in:
2023-01-17 20:04:01 +01:00
parent 4cf3987dc3
commit 4c0cf979d3
2 changed files with 119 additions and 1 deletions

View File

@@ -10,3 +10,6 @@ void file_setsource(const int src);
FILE *file_getfilepointer(const char *resourcename, int& filesize, const bool binary=false);
char *file_getfilebuffer(const char *resourcename, int& filesize);
const char* file_getconfigvalue(const char *key);
void file_setconfigvalue(const char* key, const char* value);