|
|
@ -818,6 +818,7 @@ const char *Info_ValueForKey( const char *s, const char *key ); |
|
|
|
void Info_RemovePrefixedKeys( char *start, char prefix ); |
|
|
|
void Info_RemovePrefixedKeys( char *start, char prefix ); |
|
|
|
qboolean Info_RemoveKey( char *s, const char *key ); |
|
|
|
qboolean Info_RemoveKey( char *s, const char *key ); |
|
|
|
qboolean Info_SetValueForKey( char *s, const char *key, const char *value, int maxsize ); |
|
|
|
qboolean Info_SetValueForKey( char *s, const char *key, const char *value, int maxsize ); |
|
|
|
|
|
|
|
qboolean Info_SetValueForKeyf( char *s, const char *key, int maxsize, const char *format, ... ) _format( 4 ); |
|
|
|
qboolean Info_SetValueForStarKey( char *s, const char *key, const char *value, int maxsize ); |
|
|
|
qboolean Info_SetValueForStarKey( char *s, const char *key, const char *value, int maxsize ); |
|
|
|
qboolean Info_IsValid( const char *s ); |
|
|
|
qboolean Info_IsValid( const char *s ); |
|
|
|
void Info_WriteVars( file_t *f ); |
|
|
|
void Info_WriteVars( file_t *f ); |
|
|
|