X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fview.qh;h=12fd6eb614c5e8040e0a24995d35ad7f520107c6;hb=c29c496cfe2a585ec8870f3f1f98f8c68a8d7023;hp=ac916a089568f55aa6f4e97e4ba4dc97f7517046;hpb=525dfab061a4b9304d675d3493e87bdd8c272d3d;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/view.qh b/qcsrc/client/view.qh index ac916a089..12fd6eb61 100644 --- a/qcsrc/client/view.qh +++ b/qcsrc/client/view.qh @@ -4,4 +4,21 @@ 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; + +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;