From: Rudolf Polzer Date: Sun, 13 Feb 2011 17:51:13 +0000 (+0100) Subject: add missing header file X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a87f24260e3fd395bb96a110e1f1dda4b308c7c5;p=xonotic%2Fdarkplaces.git add missing header file --- diff --git a/cap_lavc.h b/cap_lavc.h new file mode 100644 index 00000000..c909937b --- /dev/null +++ b/cap_lavc.h @@ -0,0 +1,3 @@ +void SCR_CaptureVideo_Lavc_Init(void); +void SCR_CaptureVideo_Lavc_BeginVideo(void); +void SCR_CaptureVideo_Lavc_Shutdown(void);