Added FS_CorrectCase

This commit is contained in:
smallmodel 2024-01-10 19:45:53 +01:00
parent 3be1673eb9
commit d3de937ee0
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512

View file

@ -700,6 +700,8 @@ void FS_FreeFileList( char **list );
qboolean FS_FileExists( const char *file ); qboolean FS_FileExists( const char *file );
void FS_CorrectCase(char* path);
char *FS_BuildOSPath( const char *base, const char *game, const char *qpath ); char *FS_BuildOSPath( const char *base, const char *game, const char *qpath );
qboolean FS_CreatePath(char *OSPath); qboolean FS_CreatePath(char *OSPath);