|
|
@ -748,7 +748,6 @@ void R_ClearAllDecals( void ); |
|
|
|
void CL_ClearStaticEntities( void ); |
|
|
|
void CL_ClearStaticEntities( void ); |
|
|
|
qboolean S_StreamGetCurrentState( char *currentTrack, char *loopTrack, int *position ); |
|
|
|
qboolean S_StreamGetCurrentState( char *currentTrack, char *loopTrack, int *position ); |
|
|
|
struct cl_entity_s *CL_GetEntityByIndex( int index ); |
|
|
|
struct cl_entity_s *CL_GetEntityByIndex( int index ); |
|
|
|
struct player_info_s *CL_GetPlayerInfo( int playerIndex ); |
|
|
|
|
|
|
|
void CL_ServerCommand( qboolean reliable, const char *fmt, ... ) _format( 2 ); |
|
|
|
void CL_ServerCommand( qboolean reliable, const char *fmt, ... ) _format( 2 ); |
|
|
|
void CL_HudMessage( const char *pMessage ); |
|
|
|
void CL_HudMessage( const char *pMessage ); |
|
|
|
const char *CL_MsgInfo( int cmd ); |
|
|
|
const char *CL_MsgInfo( int cmd ); |
|
|
|