]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
client: Implement CL_Frame. Move client cvars out of host to cl_main
[xonotic/darkplaces.git] / client.h
index 7050932da3cc67f5b677e858fcfb7960a5b02d94..159d3233a39be822aa6ab3a6414bcff4995ad07e 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);