X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fview.qh;h=f3c1f4139fff3543ca272c7a750a3cd3328422b5;hb=7a450de6b250eccb737d4c428b634496b933e4ff;hp=f8c8bd26b65e20203bcdf36d08869345bb516951;hpb=3bdee6303ce762a39c2ad67a70745668ba298043;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/view.qh b/qcsrc/client/view.qh index f8c8bd26b..f3c1f4139 100644 --- a/qcsrc/client/view.qh +++ b/qcsrc/client/view.qh @@ -1,3 +1,22 @@ #pragma once +#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; + +int cursor_active; +int cursor_type; +const int CURSOR_NORMAL = 0; +const int CURSOR_MOVE = 1; +const int CURSOR_RESIZE = 2; +const int CURSOR_RESIZE2 = 3;