diff options
Diffstat (limited to 'code/client/client.h')
-rw-r--r-- | code/client/client.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/code/client/client.h b/code/client/client.h index 329d67a..682b3cf 100644 --- a/code/client/client.h +++ b/code/client/client.h @@ -615,3 +615,9 @@ void CL_WriteAVIVideoFrame( const byte *imageBuffer, int size ); void CL_WriteAVIAudioFrame( const byte *pcmBuffer, int size ); qboolean CL_CloseAVI( void ); qboolean CL_VideoRecording( void ); + +// +// cl_main.c +// +void CL_WriteDemoMessage ( msg_t *msg, int headerBytes ); + |