]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sv_demo.h
client: Add r_stats.[ch]. Move render stats code to it.
[xonotic/darkplaces.git] / sv_demo.h
index 65c19248074290e3a412e567f228408d53712212..dc16441dbf2dd9ba019114dad3b76d61452ea4d5 100644 (file)
--- a/sv_demo.h
+++ b/sv_demo.h
@@ -1,8 +1,12 @@
 #ifndef SV_DEMO_H
 #define SV_DEMO_H
 
+#include "qtypes.h"
+#include "common.h"
+typedef struct client_s client_t;
+
 void SV_StartDemoRecording(client_t *client, const char *filename, int forcetrack);
-void SV_WriteDemoMessage(client_t *client, sizebuf_t *sendbuffer, qboolean clienttoserver);
+void SV_WriteDemoMessage(client_t *client, sizebuf_t *sendbuffer, qbool clienttoserver);
 void SV_StopDemoRecording(client_t *client);
 void SV_WriteNetnameIntoDemo(client_t *client);