Update rcore.c

This commit is contained in:
Ray
2025-07-30 16:07:14 +02:00
parent b40e53f11c
commit 12f0943bd9

View File

@@ -1936,7 +1936,7 @@ bool FileExists(const char *fileName)
} }
// Check file extension // Check file extension
// NOTE: Extensions checking is not case-sensitive // TODO: Avoid [rtext] module dependency
bool IsFileExtension(const char *fileName, const char *ext) bool IsFileExtension(const char *fileName, const char *ext)
{ {
#define MAX_FILE_EXTENSION_LENGTH 16 #define MAX_FILE_EXTENSION_LENGTH 16