engine: client: add support for parsing GoldSrc svc_temp_entity

This commit is contained in:
Alibek Omarov
2024-10-07 20:38:43 +03:00
parent ba7c789ec9
commit d98361f782
4 changed files with 293 additions and 286 deletions

View File

@@ -885,7 +885,7 @@ void CL_ParseDirector( sizebuf_t *msg );
void CL_ParseResLocation( sizebuf_t *msg );
void CL_ParseCvarValue( sizebuf_t *msg, const qboolean ext, const connprotocol_t proto );
void CL_ParseServerMessage( sizebuf_t *msg );
void CL_ParseTempEntity( sizebuf_t *msg );
void CL_ParseTempEntity( sizebuf_t *msg, connprotocol_t proto );
qboolean CL_DispatchUserMessage( const char *pszName, int iSize, void *pbuf );
qboolean CL_RequestMissingResources( void );
void CL_RegisterResources ( sizebuf_t *msg );