]> git.xonotic.org Git - xonotic/darkplaces.git/blob - sv_demo.h
Now with new Travis secret key.
[xonotic/darkplaces.git] / sv_demo.h
1 #ifndef SV_DEMO_H
2 #define SV_DEMO_H
3
4 #include "qtypes.h"
5 struct sizebuf_s;
6 struct client_s;
7
8 void SV_StartDemoRecording(struct client_s *client, const char *filename, int forcetrack);
9 void SV_WriteDemoMessage(struct client_s *client, struct sizebuf_s *sendbuffer, qbool clienttoserver);
10 void SV_StopDemoRecording(struct client_s *client);
11 void SV_WriteNetnameIntoDemo(struct client_s *client);
12
13 #endif