X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=qcsrc%2Fclient%2Fview.qh;h=cb6302f1f0930cd71fad5c31c45c11680380a1e2;hb=bbd6fbcb695b11ee8b58f8536d53e600d8cbfcd7;hp=f3c1f4139fff3543ca272c7a750a3cd3328422b5;hpb=be37ea91fb3bbd1a6fa4f0b70b32d1ea95343ad4;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/view.qh b/qcsrc/client/view.qh index f3c1f4139..cb6302f1f 100644 --- a/qcsrc/client/view.qh +++ b/qcsrc/client/view.qh @@ -2,14 +2,10 @@ #include -vector crosshair_getcolor(entity this, float health_stat); - void calc_followmodel_ofs(entity view); void CSQC_Demo_Camera(); -void TrueAim_Init(); - entity viewmodels[MAX_WEAPONSLOTS]; vector viewloc_mousepos; @@ -20,3 +16,7 @@ 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;