]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/view.qh
Move LMS info message to its own file
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / view.qh
index f3c1f4139fff3543ca272c7a750a3cd3328422b5..cb6302f1f0930cd71fad5c31c45c11680380a1e2 100644 (file)
@@ -2,14 +2,10 @@
 
 #include <common/weapons/weapon.qh>
 
-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;