engine: client: total refactoring of steam broker client side logic code

This commit is contained in:
SNMetamorph
2026-05-02 10:50:21 +05:00
committed by a1batross
parent a707f5933d
commit 72ef5cffca
3 changed files with 453 additions and 106 deletions
-1
View File
@@ -1208,7 +1208,6 @@ void CL_GetSecuredClientAPI( CL_EXPORT_FUNCS F );
void SteamBroker_Init( void );
void SteamBroker_Shutdown( void );
void SteamBroker_Frame( void );
void SteamBroker_HandlePacket( netadr_t from, sizebuf_t *msg );
int SteamBroker_InitiateGameConnection( netadr_t serveradr, int challenge );
void SteamBroker_TerminateGameConnection( void );