]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
gl_rmain: Perform lightmap updates only on visible surfaces. Fixes AD perf
[xonotic/darkplaces.git] / client.h
index 7050932da3cc67f5b677e858fcfb7960a5b02d94..a9a1eb36492cfbdd3009f6e048e41d87a489c1c4 100644 (file)
--- a/client.h
+++ b/client.h
@@ -1533,6 +1533,8 @@ void CL_Locs_FindLocationName(char *buffer, size_t buffersize, vec3_t point);
 // cl_main
 //
 
+double CL_Frame(double time);
+
 void CL_Shutdown (void);
 void CL_Init (void);
 
@@ -1643,7 +1645,6 @@ void V_StartPitchDrift_f(cmd_state_t *cmd);
 void V_StopPitchDrift (void);
 
 void V_Init (void);
-float V_CalcRoll (const vec3_t angles, const vec3_t velocity);
 void V_UpdateBlends (void);
 void V_ParseDamage (void);