From 6c6a248be837e7286be35969e260a4515278c0b0 Mon Sep 17 00:00:00 2001 From: Ray Date: Sat, 18 Jul 2026 17:14:03 +0200 Subject: [PATCH] Update rcore.c --- src/rcore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;