From 725316a5386eb713438625220b561bcd3710c8bc Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Thu, 19 Jun 2025 11:07:21 +0200 Subject: [DYNACACHE] Introduced DynaCache for ARM64 (disabled by default) --- src/include/os.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/os.h') diff --git a/src/include/os.h b/src/include/os.h index dc3e2c33..7a6c036c 100644 --- a/src/include/os.h +++ b/src/include/os.h @@ -107,6 +107,7 @@ void* GetEnv(const char* name); // 0 : doesn't exist, 1: does exist. int FileExist(const char* filename, int flags); +int MakeDir(const char* folder); // return 1 for success, 0 else #ifdef _WIN32 #define BOXFILE_BUFSIZE 4096 -- cgit 1.4.1