]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
cl_screen: Finish frames even if we're minimized, if recording video
[xonotic/darkplaces.git] / client.h
index 7d185561ce88121eef5cead4426e8ec544e3ec6f..b4e8eb7a3b7df2a167045cd0b21784d5770d89ce 100644 (file)
--- a/client.h
+++ b/client.h
@@ -1214,6 +1214,8 @@ double CL_Frame(double time);
 void CL_Shutdown (void);
 void CL_Init (void);
 
+void CL_StartVideo(void);
+
 void CL_EstablishConnection(const char *host, int firstarg);
 
 void CL_Disconnect (void);