]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - console.h
fix bug in skybox render + r_glsl_usegeneric + fog; add gamma to postprocessing shader
[xonotic/darkplaces.git] / console.h
index 1849f670dc6f002b85956a9a15e2f6696d10524c..4aa3e956018de1f46bb7465a23b71f4f2c95f192 100644 (file)
--- a/console.h
+++ b/console.h
@@ -64,6 +64,7 @@ void Con_DisplayList(const char **list);
 void Log_Init (void);
 void Log_Close (void);
 void Log_Start (void);
+void Log_DestBuffer_Flush (void); // call this once per frame to send out replies to rcon streaming clients
 
 void Log_Printf(const char *logfilename, const char *fmt, ...) DP_FUNC_PRINTF(2);