Fix extension name comparison for DLL files
This commit is contained in:
parent
22552c7bab
commit
c4f739b8d0
3 changed files with 26 additions and 1 deletions
|
@ -709,6 +709,7 @@ float Com_Clamp( float min, float max, float value );
|
|||
char *COM_SkipPath( char *pathname );
|
||||
const char *COM_GetExtension( const char *name );
|
||||
void COM_StripExtension(const char *in, char *out, int destsize);
|
||||
qboolean COM_CompareExtension(const char *in, const char *ext);
|
||||
void COM_DefaultExtension( char *path, int maxSize, const char *extension );
|
||||
|
||||
void COM_BeginParseSession( const char *name );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue