git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12969
d7cf8633-e32d-0410-b094-
e92efae38249
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
#ifndef SCREEN_H
#define SCREEN_H
+#include <stddef.h>
#include "qtypes.h"
#include "cvar.h"
+#include "snd_main.h"
void CL_Screen_Init (void);
void CL_UpdateScreen (void);
void SCR_PopLoadingScreen (qbool redraw);
void SCR_ClearLoadingScreen (qbool redraw);
+void SCR_CaptureVideo_SoundFrame(const portable_sampleframe_t *paintbuffer, size_t length);
+
extern float scr_con_current; // current height of displayed console
extern int sb_lines;