]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/view.qh
Some more minor code cleanup
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / view.qh
index ac916a089568f55aa6f4e97e4ba4dc97f7517046..93af4255e2b95570cd5ab278b22af71110b8368e 100644 (file)
@@ -4,4 +4,14 @@
 
 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;