mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-06 19:38:15 +00:00
Update rcore.c
This commit is contained in:
@@ -1936,7 +1936,7 @@ bool FileExists(const char *fileName)
|
||||
}
|
||||
|
||||
// Check file extension
|
||||
// NOTE: Extensions checking is not case-sensitive
|
||||
// TODO: Avoid [rtext] module dependency
|
||||
bool IsFileExtension(const char *fileName, const char *ext)
|
||||
{
|
||||
#define MAX_FILE_EXTENSION_LENGTH 16
|
||||
|
Reference in New Issue
Block a user