mirror of
https://github.com/raysan5/raylib.git
synced 2026-07-31 04:38:54 +00:00
Update rcore.c
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user