]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commitdiff
add missing header file
authorRudolf Polzer <divverent@alientrap.org>
Sun, 13 Feb 2011 17:51:13 +0000 (18:51 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Mon, 14 Feb 2011 19:52:58 +0000 (20:52 +0100)
cap_lavc.h [new file with mode: 0644]

diff --git a/cap_lavc.h b/cap_lavc.h
new file mode 100644 (file)
index 0000000..c909937
--- /dev/null
@@ -0,0 +1,3 @@
+void SCR_CaptureVideo_Lavc_Init(void);
+void SCR_CaptureVideo_Lavc_BeginVideo(void);
+void SCR_CaptureVideo_Lavc_Shutdown(void);