]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - quakedef.h
rewrote timing code, now a much better and very different sleeping method, no longer...
[xonotic/darkplaces.git] / quakedef.h
index 66991037842231389ca26aaa156c56a10d22b24d..b6faccba15392357ef35342c630053831f729e70 100644 (file)
@@ -228,20 +228,16 @@ extern qboolean noclip_anglehack;
 extern char engineversion[128];
 extern cvar_t developer;
 
-extern double host_frametime;
-// the real frametime, before slowmo and clamping are applied (used for console scrolling)
-extern double host_realframetime;
 // incremented every frame, never reset
 extern int host_framecount;
 // not bounded in any way, changed at start of every frame, never reset
 extern double realtime;
 
 void Host_InitCommands(void);
-void Host_Init(void);
+void Host_Main(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);
 void Host_ClientCommands(const char *fmt, ...);
 void Host_ShutdownServer(void);