]> de.git.xonotic.org Git - xonotic/darkplaces.git/blob - sv_demo.h
Missed the cl_particles.c edits to remove RSurf_ActiveWorldEntity. I blame VS2017...
[xonotic/darkplaces.git] / sv_demo.h
1 #ifndef SV_DEMO_H
2 #define SV_DEMO_H
3
4 void SV_StartDemoRecording(client_t *client, const char *filename, int forcetrack);
5 void SV_WriteDemoMessage(client_t *client, sizebuf_t *sendbuffer, qboolean clienttoserver);
6 void SV_StopDemoRecording(client_t *client);
7 void SV_WriteNetnameIntoDemo(client_t *client);
8
9 #endif