X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fview.qh;h=cb6302f1f0930cd71fad5c31c45c11680380a1e2;hb=bbd6fbcb695b11ee8b58f8536d53e600d8cbfcd7;hp=12fd6eb614c5e8040e0a24995d35ad7f520107c6;hpb=546842f7e5a63b11a9b862dbf1709318bb97689b;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/view.qh b/qcsrc/client/view.qh index 12fd6eb61..cb6302f1f 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,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;