X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fview.qh;h=7b73e5ae4994e9f9c720b4a5eca7c49eb38fb473;hb=ae4cd70ff94b86e87afff0a70178e1df5863fd57;hp=12fd6eb614c5e8040e0a24995d35ad7f520107c6;hpb=45d8904a100765555e622598a39967963733df1d;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/view.qh b/qcsrc/client/view.qh index 12fd6eb61..7b73e5ae4 100644 --- a/qcsrc/client/view.qh +++ b/qcsrc/client/view.qh @@ -2,16 +2,10 @@ #include -vector crosshair_getcolor(entity this, float health_stat); - void calc_followmodel_ofs(entity view); -void Porto_Draw(entity this); - void CSQC_Demo_Camera(); -void TrueAim_Init(); - entity viewmodels[MAX_WEAPONSLOTS]; vector viewloc_mousepos; @@ -22,3 +16,17 @@ const int CURSOR_NORMAL = 0; const int CURSOR_MOVE = 1; const int CURSOR_RESIZE = 2; const int CURSOR_RESIZE2 = 3; + +float drawtime; +float unaccounted_damage = 0; +float zoomscript_caught; + +float dmg_take; +// float dmg_save; +// vector dmg_origin; + +#ifdef BLURTEST +float blurtest_time0, blurtest_time1, blurtest_radius, blurtest_power; +#endif + +float intermission_time;