]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sv_demo.h
sv_autodemo_perclient - record client-like demos on the server (same format, lagged...
[xonotic/darkplaces.git] / sv_demo.h
diff --git a/sv_demo.h b/sv_demo.h
new file mode 100644 (file)
index 0000000..ad26d9d
--- /dev/null
+++ b/sv_demo.h
@@ -0,0 +1,9 @@
+#ifndef SV_DEMO_H
+#define SV_DEMO_H
+
+void SV_StartDemoRecording(client_t *client, const char *filename, int forcetrack);
+void SV_WriteDemoMessage(client_t *client, sizebuf_t *sendbuffer);
+void SV_StopDemoRecording(client_t *client);
+void SV_WriteNetnameIntoDemo(client_t *client);
+
+#endif