mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Added FS_CorrectCase
This commit is contained in:
parent
3be1673eb9
commit
d3de937ee0
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue