]> 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 f8c8bd26b65e20203bcdf36d08869345bb516951..93af4255e2b95570cd5ab278b22af71110b8368e 100644 (file)
@@ -1,3 +1,17 @@
 #pragma once
 
+#include <common/weapons/weapon.qh>
+
 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;