]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - quakedef.h
don't set cl.movement true if cl_movement cvar is off
[xonotic/darkplaces.git] / quakedef.h
index 7b8596302ee1a938af0161a7a5c7bfa58f9f82de..0417274c9002b9d850184820c2ca644c4ad7f55d 100644 (file)
@@ -222,8 +222,6 @@ extern qboolean noclip_anglehack;
 
 extern cvar_t developer;
 
-// true if into command execution
-extern qboolean host_initialized;
 extern double host_frametime;
 // the real frametime, before slowmo and clamping are applied (used for console scrolling)
 extern double host_realframetime;
@@ -236,6 +234,7 @@ void Host_ClearMemory(void);
 void Host_InitCommands(void);
 void Host_Init(void);
 void Host_Shutdown(void);
+void Host_StartVideo(void);
 void Host_Error(const char *error, ...);
 void Host_Frame(float time);
 void Host_Quit_f(void);