diff --git a/src/rcore.c b/src/rcore.c index ec4d8a473..c1fd31b15 100644 --- a/src/rcore.c +++ b/src/rcore.c @@ -2843,7 +2843,7 @@ bool IsPathDirectory(const char *path) } // Check if provided path is an absolute path -static bool IsPathAbsolute(const char *path) +bool IsPathAbsolute(const char *path) { int result = false;