engine: client: add support for parsing GoldSrc messages

This commit is contained in:
Alibek Omarov
2024-10-08 04:07:03 +03:00
parent 9706e47643
commit ccbe370c8e
3 changed files with 798 additions and 1 deletions
-1
View File
@@ -689,7 +689,6 @@ qboolean CL_IsThirdPerson( void );
qboolean CL_IsIntermission( void );
qboolean CL_Initialized( void );
char *CL_Userinfo( void );
void CL_LegacyUpdateInfo( void );
void CL_CharEvent( int key );
qboolean CL_DisableVisibility( void );
byte *COM_LoadFile( const char *filename, int usehunk, int *pLength ) MALLOC_LIKE( free, 1 );