|
|
@ -521,7 +521,6 @@ void SV_WaterMove( edict_t *ent ); |
|
|
|
//
|
|
|
|
//
|
|
|
|
void SV_SendClientMessages( void ); |
|
|
|
void SV_SendClientMessages( void ); |
|
|
|
void SV_ClientPrintf( sv_client_t *cl, char *fmt, ... ); |
|
|
|
void SV_ClientPrintf( sv_client_t *cl, char *fmt, ... ); |
|
|
|
void SV_BroadcastPrintf( sv_client_t *ignore, char *fmt, ... ); |
|
|
|
|
|
|
|
void SV_BroadcastCommand( const char *fmt, ... ); |
|
|
|
void SV_BroadcastCommand( const char *fmt, ... ); |
|
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
//
|
|
|
@ -681,4 +680,4 @@ const char *SV_GetLightStyle( int style ); |
|
|
|
int SV_LightForEntity( edict_t *pEdict ); |
|
|
|
int SV_LightForEntity( edict_t *pEdict ); |
|
|
|
void SV_ClearPhysEnts( void ); |
|
|
|
void SV_ClearPhysEnts( void ); |
|
|
|
|
|
|
|
|
|
|
|
#endif//SERVER_H
|
|
|
|
#endif//SERVER_H
|
|
|
|