engine: client: add command replaybufferdat to aid in debugging protocol errors by parsing buffer.dat

This commit is contained in:
Alibek Omarov
2025-02-02 05:22:46 +03:00
parent 1abec80191
commit 95af635ab4
3 changed files with 44 additions and 0 deletions

View File

@@ -737,6 +737,7 @@ void CL_ClearResourceLists( void );
//
// cl_debug.c
//
void CL_ReplayBufferDat_f( void );
void CL_Parse_Debug( qboolean enable );
void CL_Parse_RecordCommand( int cmd, int startoffset );
void CL_ResetFrame( frame_t *frame );