]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cap_ogg.h
forgot these two files
[xonotic/darkplaces.git] / cap_ogg.h
diff --git a/cap_ogg.h b/cap_ogg.h
new file mode 100644 (file)
index 0000000..287e96a
--- /dev/null
+++ b/cap_ogg.h
@@ -0,0 +1,8 @@
+#include "snd_main.h"
+void SCR_CaptureVideo_Ogg_Init();
+qboolean SCR_CaptureVideo_Ogg_Available();
+void SCR_CaptureVideo_Ogg_Begin();
+void SCR_CaptureVideo_Ogg_EndVideo();
+void SCR_CaptureVideo_Ogg_VideoFrame();
+void SCR_CaptureVideo_Ogg_SoundFrame(const portable_sampleframe_t *paintbuffer, size_t length);
+void SCR_CaptureVideo_Ogg_CloseDLL();