X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=client.h;h=b4e8eb7a3b7df2a167045cd0b21784d5770d89ce;hb=fd96005480560aeb2e1bd68166f6acbf12a2ec0b;hp=7d185561ce88121eef5cead4426e8ec544e3ec6f;hpb=b5186c7035f30e25e980aa1ee49b1759121b10db;p=xonotic%2Fdarkplaces.git diff --git a/client.h b/client.h index 7d185561..b4e8eb7a 100644 --- 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);