X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=quakedef.h;h=f656b26f4eb6521bdc2576161f4d81be66c213ca;hp=e90be22ecb4493a3f33b7c0a729fc60182ddd726;hb=cfee52a1ec9db338098789cae89ae5cf1f7a6fbf;hpb=e267b18ea5e1e6ab71b14db5a12a803cd0554421 diff --git a/quakedef.h b/quakedef.h index e90be22e..f656b26f 100644 --- a/quakedef.h +++ b/quakedef.h @@ -395,6 +395,7 @@ extern char engineversion[128]; #include "keys.h" #include "console.h" #include "menu.h" +#include "csprogs.h" extern qboolean noclip_anglehack; @@ -501,6 +502,8 @@ qboolean Sys_HaveSSE2(void); extern int host_framecount; /// not bounded in any way, changed at start of every frame, never reset extern double realtime; +/// equal to Sys_DirtyTime() at the start of this host frame +extern double host_dirtytime; void Host_InitCommands(void); void Host_Main(void);