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