|
|
@ -90,7 +90,6 @@ int Q_sprintf( char *buffer, const char *format, ... ) _format( 2 ); |
|
|
|
void COM_StripColors( const char *in, char *out ); |
|
|
|
void COM_StripColors( const char *in, char *out ); |
|
|
|
#define Q_memprint( val ) Q_pretifymem( val, 2 ) |
|
|
|
#define Q_memprint( val ) Q_pretifymem( val, 2 ) |
|
|
|
char *Q_pretifymem( float value, int digitsafterdecimal ); |
|
|
|
char *Q_pretifymem( float value, int digitsafterdecimal ); |
|
|
|
char *va( const char *format, ... ) _format( 1 ); |
|
|
|
|
|
|
|
void COM_FileBase( const char *in, char *out ); |
|
|
|
void COM_FileBase( const char *in, char *out ); |
|
|
|
const char *COM_FileExtension( const char *in ); |
|
|
|
const char *COM_FileExtension( const char *in ); |
|
|
|
void COM_DefaultExtension( char *path, const char *extension ); |
|
|
|
void COM_DefaultExtension( char *path, const char *extension ); |
|
|
|