]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
client: Move SCR prototype to screen.h
[xonotic/darkplaces.git] / client.h
index 5de21ca84b66f3e40c42ebae369859aee42da6e2..9f5d4f2d768075c6c1a60445ec94b83e38320db9 100644 (file)
--- a/client.h
+++ b/client.h
@@ -1736,7 +1736,6 @@ void CL_FindNonSolidLocation(const vec3_t in, vec3_t out, vec_t radius);
 void CL_RelinkLightFlashes(void);
 void CL_Beam_AddPolygons(const beam_t *b);
 void CL_UpdateMoveVars(void);
-void SCR_CaptureVideo_SoundFrame(const portable_sampleframe_t *paintbuffer, size_t length);
 void CL_Locs_Reload_f(cmd_state_t *cmd);
 
 #endif