Add Multicast capabilities for LAN server scanning.
This commit is contained in:
parent
32bd0ab5bd
commit
eb3b59308b
10 changed files with 351 additions and 153 deletions
|
@ -693,6 +693,8 @@ void Q_strcat( char *dest, int size, const char *src );
|
|||
int Q_PrintStrlen( const char *string );
|
||||
// removes color sequences from string
|
||||
char *Q_CleanStr( char *string );
|
||||
// Count the number of char tocount encountered in string
|
||||
int Q_CountChar(const char *string, char tocount);
|
||||
|
||||
//=============================================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue